|
|
|
|
|
by naasking
3626 days ago
|
|
> Haskell was written to mimic C++ more than lisp, at least when it comes to meta programming. Depends what you mean by "metaprogramming". Most people would consider type class "abuse" metaprogramming, but it's definitely not something inspired by C++. |
|
In my own words, code that can read and write code (whether that's at compile time or run time).