I understand the original Dylan was written in Common Lisp (and had a
lisp-like syntax). Is the Lisp source code to the lisp-like version of
Dylan available anywhere? If not, any idea who to talk to to get it?
Thanks.
Blake McBride
Apple Dylan was written in CL, and I'm pretty certain you would have
to talk to Apple's lawyers to get it. Open Dylan (formerly Harlequin
Dylan) was also originally bootstrapped with an emulator written in CL
but the emulator is no longer in use. It looks like the code is here:
http://www.opendylan.org/cgi-bin/viewvc.cgi/archive/stuff-from-fundev/old/Sources/emulator/
-Carl