[Openmcl-devel] create an executable from openmcl
Taoufik Dachraoui
taoufik.dachraoui at wanadoo.fr
Thu Apr 17 07:19:22 PDT 2003
Hi,
Can I create an executable program file from openmcl?
example:
(defun add3 (x) (+ x 3))
(loop do (format t "~A~%" (add3 (read)))) ;; entry point
I would like to create an executable program (smallest) with the
expression above as the entry point of the program.
Kind regards
Taoufik
_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list