logoalt Hacker News

antilisp06/30/20250 repliesview on HN

Working on a programming language: https://antilisp.com, a Lisp used for code generation in other languages.

The language is heavily inspired by Python for the dev UX, and the interpreter is written in RPython (what Pypy uses). Rewriting to RPython was tedious, but the 80x speedup was worth it.