|
|
|
|
|
by jgw
3680 days ago
|
|
Programmable syntax (reader macros), programmable printer are 2 big ones. Also regular macros are key, manipulating code as structures not text, having both lexical and dynamic variables, closures and all the other nuts and bolts stuff. Type and compiler-optimization declarations help keeping things fast (well, not fast enough, but I'm trying!) |
|
I think you were correct about Clojure. I read recently reader macros are not an available feature.