Dr. Robert van Engelen

Results 6 repositories owned by Dr. Robert van Engelen

tinylisp

794
Stars
32
Forks
Watchers

Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.

Forth500

24
Stars
3
Forks
Watchers

A complete Forth Standard system for the SHARP PC-E500(S)

lisp

71
Stars
4
Forks
Watchers

A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptio...

lisp-cheney

31
Stars
4
Forks
Watchers

A mini Lisp in 1k lines of C with Cheney's copying garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail re...

lua-to-lisp

17
Stars
2
Forks
Watchers

A lightweight Lua to Lisp transpiler. Translates Lua 5.3 code to a Lisp dialect.

Forth850

19
Stars
1
Forks
Watchers

A fast Forth Standard system written in Z80 assembly for SHARP PC-G850 pocket computers