marcpaq / b1fipl

A Bestiary of Single-File Implementations of Programming Languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For consideration :D

r-lyeh opened this issue · comments

Also,

https://github.com/fogus/ulithp - A micro LISP implementation in 27 lines of Ruby.
https://github.com/rbmrclo/minilisp - Lisp in 32 lines of Ruby

Excellent.

I've added Lisp 90.

I didn't add ulithp or minilisp. They are well written and small but they aren't in a single file. Also, minilisp isn't a language implementation so much as a Ruby function that evaluates Lisp-friendly Ruby expressions.

Thanks!