Name: Anonymous 2016-09-11 9:11
Why Lisp macros supposedly don't play well with static types? I.e. what hinders a statically-typed Lisp?
As I see it, macros operate on ASTs and type declarations are just another parts of AST so there should be no inherent problems there.
Thank you.
As I see it, macros operate on ASTs and type declarations are just another parts of AST so there should be no inherent problems there.
Thank you.