|
|
|
|
|
by jtmoulia
1724 days ago
|
|
Common lisp has a smaller community than the currently most popular languages, but I'm consistently impressed by the range of and quality of libraries the community has created (despite all the "beta" disclaimers) [1] Regarding type-checking, common lisp is expressive enough to support an ML dialect (see coalton), and is easily extended across paradigms [2] 1. https://project-awesome.org/CodyReichert/awesome-cl 2. https://coalton-lang.github.io/ |
|