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

In particular, macros work great with s-expressions, not so great with m-expressions.
There has been some new research around this old problem, which inspired me: https://dl.acm.org/doi/10.1145/3622818