[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: another take on hackers and painters
> * Macros: I know staticly typed macro-ish systems exist, but with the
> execption of camlp4, I don't know of any that are a standard part of a
> language or even a standard part of an implementation. Again, dynamic
> typing makes it easier, better integrated, and thus more common.
Curl also is statically typed (but also supports dynamic typing) and has a
procedural macro system. I am not sure that macro systems are all that common
even in dynamically typed languages.