Ask HN: Lisp-like macros in a statically typed functional programming language
Is it possible to have LISP-like macros in a statically typed functional PL like Haskell?
Haskell is very powerful, primarily owing to its advanced type system. LISP is well-known for it's macros.
Is there any way to combine these two?
2 comments
[ 122 ms ] story [ 1432 ms ] threadCould you clarify the important differences between the two, from your point of view?
[1] http://docs.racket-lang.org/ts-guide/
[2] http://racket-lang.org/