Hacker News new | ask | show | jobs
by rixed 27 days ago
The PPX macro system is far from perfect, that's the whole point of this idea: with the native REPL + an s-expression syntax, you have lisp-like macros for free.
1 comments

S-expressions are more than mere syntax. Lists in OCaml can only have a single element type, so you would need something different for s-expressions.