Name: Anonymous 2009-11-19 5:27
How's called the ability of a language to interpret new code at runtime (the keyword/function that does this is typically called
For example Perl, Python, JavaScript and most shell languages have this. C and C++ haven't it.
Does Haskell have it? What about C#?
Note that shit like manually invoking the compiler doesn't count.
eval)?For example Perl, Python, JavaScript and most shell languages have this. C and C++ haven't it.
Does Haskell have it? What about C#?
Note that shit like manually invoking the compiler doesn't count.