Hacker News new | ask | show | jobs
by danking00 5479 days ago
To be clear, the parent post is referring to the invention of LISP.

As a side note, for those who don't know, JavaScript shares a number of features with LISP/Scheme. JSON has the trappings of the very LISPy idea of "Data = Code". It doesn't quite live up to it though. Now, if we only had a parenthesized syntax for JavaScript...

1 comments

You can write "lispy" code with CoffeeScript, if you're feeling looney:

    (afraid (very (are (we))))
is valid syntax.