Y
Hacker News
new
|
ask
|
show
|
jobs
by
el_memorioso
864 days ago
Why m-expressions (Algol syntax)? McCarthy initially tried m-expressions for Lisp, but it turned out that programmers liked s-expressions better.
1 comments
pfdietz
864 days ago
In particular, macros work great with s-expressions, not so great with m-expressions.
link
HexDecOctBin
864 days ago
There has been some new research around this old problem, which inspired me:
https://dl.acm.org/doi/10.1145/3622818
link