Hacker News new | ask | show | jobs
by christophilus 944 days ago
Clojure doesn't. I'd really, really love to see a fast, statically-typed, functional lisp.
2 comments

Carp - https://github.com/carp-lang/Carp - "A statically typed lisp, without a GC, for real-time applications." where it's "Ownership tracking enables a functional programming style while still using mutation of cache-friendly data structures under the hood".
You might like Coalton, which is statically typed, functional language embedded within Common Lisp. However, it hasn't reached version 1.0 yet.

https://github.com/coalton-lang/coalton