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

Reply via email to