←back to thread

439 points david927 | 1 comments | | HN request time: 0.238s | source

What are you working on? Any new ideas which you're thinking about?
1. antilisp ◴[] No.44417935[source]
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.