Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
1–10 of 74 posts
Re: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
#2"They are typically represented in text by parenthesized, whitespace-separated sequences" - S-expression, Wikipedia, emphasis added.
Re: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
#3How is this different than S-expressions? It seems equivalent modulo syntax. "They are typically represented in text by parenthesized, whitespace-separated sequences" - S-expression, Wikipedia, emphasis added.
(Mexp used []..out)
Re: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
#4Re: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
#5 ["map", ....]
I don't see any `{ }`, etc.Re: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
#6Does it use more JSON data types than arrays? The only examples are ["map", ....] I don't see any `{ }`, etc.
Re: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
#7Does it use more JSON data types than arrays? The only examples are ["map", ....] I don't see any `{ }`, etc.
Re: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
#8Re: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
#9We don't usually see yet another Brainfuck interpreter, or yet another Fibonacci queue implementation on HN's front page, so why LISP?
Re: Show HN: a Lisp that uses JSON instead of S-expressions (in .js)
#10Does it use more JSON data types than arrays? The only examples are ["map", ....] I don't see any `{ }`, etc.
There is only one other composite data type besides arrays: objects. I don't think these are being used for invoking functions, but I think it would be interesting to try.