S-expressions
igor.io
S-expressions
1–10 of 46 posts
Re: S-expressions
#2Re: S-expressions
#3Re: S-expressions
#4Parsing S-expressions is easy: Dijkstra solved it in a really nice way with the Shunting Yard Algorithm.
Re: S-expressions
#5For those interested, there was follow-through on the promise to follow-up:
Re: S-expressions
#6Re: S-expressions
#7Re: S-expressions
#8http://www.defmacro.org/ramblings/lisp.html
Other articles on the site are very nice as well: http://www.defmacro.org/
Re: S-expressions
#9"Stay tuned for follow-up posts." For those interested, there was follow-through on the promise to follow-up: https://igor.io/
Looks like they go through the complete implementation of a lisp system including macros using PHP as the host language.
Re: S-expressions
#10Was the use of dict and list necessary? This is an actual question, not a rhetorical criticism. I have recently been trying to learn common lisp.
the need for (list ...) would depend on the definition of dict.