Hacker News new | ask | show | jobs
by dingosity 1094 days ago
or you could just use m-expressions. just an idea. you know. use the tools provided by the language.
1 comments

Nobody actually uses M-expressions. Mathematica and Wolfram use something quite close, but Lisps are almost universally written in S-expressions.

There are some alternative syntaxes like Sweet expression[1] (t-expression), but they've not found any widespread use.

[1]:https://srfi.schemers.org/srfi-110/srfi-110.html