Hacker News new | ask | show | jobs
by wyager 1622 days ago
Are there any implementations of good type systems on top of lisp (let's say approaching Haskell's in capability)?
2 comments

There is! Coalton: https://github.com/coalton-lang/coalton

> Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp

Typed Racket is getting steady development and focus but more closely resembles Scheme.