quick-and-dirty minimalistic LISP engine

ketmar via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Feb 18 02:59:27 PST 2015


here is my little contribution to the everlasting "how you shouldn't 
write the code" contest. this is very simple (yet fully working) LISP 1 
implementation. it is slow like a dead snail, it trashing memory faster 
than you can say "WTF?!", but it does it's job.

this code was ripped out of closed-source project, so no git this time, 
sorry.

yes, it has both automatic function wrapping and ability to call LISP 
functions without manual list building.

and yes, it is really used in "real software".

Public Domain / WTFPL.

http://ketmar.no-ip.org/milf_for_the_masses.zip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20150218/9674248d/attachment.sig>


More information about the Digitalmars-d-announce mailing list