Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
gwerbin
28d ago
0 comments
Save
Share
OCaml is a better candidate than most. It already has a macro system (PPX), and the core language has a lot in common with Scheme.
0 comments
2 comments · 1 top-level
top
newest
oldest
rixed
28d ago
· 1 in thread
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.
classified
28d ago
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.
j
/
k
navigate · click thread line to collapse