New slides about Go

bearophile bearophileHUGS at lycos.com
Fri Oct 15 04:15:20 PDT 2010


Paulo Pinto:

> Still most modern languages are moving away from inline assembly.

Inline assembly is good to learn and teach assembly programming too :-)

Today a good system language needs to be designed to minimize the need of inline asm (see D vector ops), but it's a good thing to have as fall-back. I'd like the asm expressions & the pragma(allow_inline), of ldc.

Bye,
bearophile


More information about the Digitalmars-d mailing list