A rudimentary lisp-like language
lisp
at main 15 lines 338 B view raw
1:> RAT LISP 2 3Some kind of lisp-like language, implemented in Zig. 4 5Loosely based on the Kernel programming language by John N. Shutt[1]. 6 7Why? For fun. 8Why on Tangled? To try the platform out. 9Will this go anywhere? No clue. 10MIT licensed? Yes. 11Should this readme be markdown? Probably. 12 13:> 14 15[1] https://web.cs.wpi.edu/~jshutt/kernel.html