dimanche 22 mars 2015

How are basic functions implemented in a programming language if they are not built in?


The lowest levels of a programming language's library functions are always obscure and often have no code that looks like it even remotely does anything. Some languages have these functions like getting substrings, converting between data types, querying a variable's data type, and so forth implemented as part of their standard libraries, but I can't imagine how these low-level functions can be expressed using said language. How are these things achieved?





Aucun commentaire:

Enregistrer un commentaire