[nomenclature] systems language

Simen kjaeraas simen.kjaras at gmail.com
Thu Oct 14 19:05:30 PDT 2010


Simen kjaeraas <simen.kjaras at gmail.com> wrote:
> My understanding of the term:
>
> - Compiles to native code
forgot:
     that is close in speed to that of handwritten assembly


> - Gives direct access to low-level primitives (pointers,
>      register-size integers, bitwise operations)
> - Allows pointer arithmetic
> - Does not stand in the way of getting low-level work done
> - Has a well defined ABI
> - Lets you do manual memory management
>
> Not sure which languages do fit this definition, except of
> course C, C++ and D.
>


-- 
Simen


More information about the Digitalmars-d mailing list