This directory contains an Unlambda interpreter written in SML/NJ.
You can get SML/NJ from http://cm.bell-labs.com/cm/cs/what/smlnj/
(SML/NJ is free software).


I already forgot how this works.  I think you should start SML/NJ and
type "CM.make();" or some such thing, to compile the program, and I
don't remember how you run it afterward.  Somehow, SML/NJ seems unable
to produce a bona fide ELF executable, you always need the run-time
system at some point.  Oh, well.


This interpreter is distributed under the terms of the GNU Lesser
General Public License (either version 2.1 of the license, or, at your
option, any later version).  See the README file in the caml/
directory for an explanation of this.
