Lisp Implemented in sed and Make

SedLisp (via Matthew Kane Parker, comments): Though this Lisp implementation does not support eval function, we can implement eval on top of this interpreter – eval.l is the implementation. MakeLisp (comments): GNU make has two builtin functions, $(shell) and $(guile), which make the implementation less interesting. For example, GNU make lacks arithmetic operations, but you … Continue reading Lisp Implemented in sed and Make