7 ms·
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
by oats 5y 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