Hacker News new | ask | show | jobs
by oats 1593 days ago
There's a lot of different lisps out there, but in general:

- simple syntax

- extensible with macros that mesh well with the language

- tend to be expression-oriented, which some people favor

- usually have pleasant functional programming features

- usually have well-thought-out semantics