#lfe
5 articles-
Bringing Types to LFE: Lessons from Haskell, the Typed Lisps, and Gleam
Why we started building a gradual type system for Lisp Flavoured Erlang — a tour through how Haskell, Go, Rust, Typed Racket, Coalton, and Typed Clojure each spell the same small idea, the ergonomic quibbles that pushed us, and the strategic moves we borrowed from Gleam.
-
Lykn: A Lisp Born from LFE
How fourteen years with Lisp Flavoured Erlang led to a new language — and how that language came home to power lfe.io.
-
Translating SICP into LFE
The Wizard Book is getting an LFE edition — why I'm porting Abelson and Sussman across, a paragraph at a time, what has to change on the way (procedures, for one), and what must never change.
-
Scientific Python on the BEAM
The matplotlib book left me wondering how much of the scientific-Python world I could pull onto the Erlang VM. The answer became two projects, a discovery I didn't plan, and line charts drawn in the terminal.
-
ErlPort: Using Python from Erlang/LFE
A Quick Introduction to ErlPort via LFE