Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Aw, no call-with-current-continuation?by pmcgoron
- How much does that really get used?by Jblx2
- Fantastic to see the DOS Lisp scene revived again. Back in the day there was PC-Scheme from Texas Instruments, which I believe was R3RS-compliant.by bitwize
- Gambit-C has also been around since '88 and can compile to fairly portable C.
Probably been a decade since I tried compiling it for DOS, but I believe getting it up and running shouldn't be difficult.
by shakna - Super cool to see a new Scheme on DOS.
I've been messing around with a language that I summarize as:
ALOE = Scheme + Smalltalk + Types
Boids implementation:
https://github.com/dharmatech/2026-09-02-aloe-racket/blob/ma...
by dharmatech