Coalton is an efficient, statically typed Lisp with ideas from Haskell and OCaml
b-man
33 points
4 comments
May 26, 2026
Related Discussions
Found 5 related stories in 94.1ms across 8,541 title embeddings via pgvector HNSW
- A preview of Coalton 0.2, a statically-typed Lisp fanf2 · 21 pts · March 15, 2026 · 84% similar
- Mine, an IDE for Coalton and Common Lisp varjag · 88 pts · April 25, 2026 · 71% similar
- Lisette a little language inspired by Rust that compiles to Go jspdown · 257 pts · April 05, 2026 · 54% similar
- Mino: Embeddable Clojure-inspired Lisp in portable C99 tosh · 31 pts · May 13, 2026 · 53% similar
- A new C++ back end for ocamlc glittershark · 146 pts · April 01, 2026 · 52% similar
Discussion Highlights (2 comments)
drekipus
The biggest problem for me is that I can't find a simple way to get started with Coalton. I'm not a common lisp user, but I want to be. I want to learn common lisp, and I have a fair understanding of types. I think types can benefit the user in understanding more, as well as the inbuilt "intelligence" - (aka: How am I meant to know ahead of time that I can't add these two objects together? Having the editor tell me as I'm writing is a great step) I have "mine" their text editor, now I just need some tutorials and sample projects to go with it.
rixed
Now that the native ocaml repl has landed, can't we just slap a s-expression syntax on top of ocaml and call it a day? We would have homoiconicity and the macros that go with it, and still could call "(compile `some-code)". Isn't that enough?