Lisp AND Squeak

Richard A. O'Keefe ok at cs.otago.ac.nz
Thu Jul 18 00:30:46 UTC 2002


	Has anyone experience expecially with clisp or the glasgow haskell 
	compiler/interpreter ?
	
GHC wants to generate .o files and a.out files.
It does a lot of optimisation to get reasonably fast code;
my understanding is that some of this is cross-module.

By far the simplest way to combine Haskell and/or Lisp with Squeak is
to use OSProcess.

The second simplest way would probably be to write a Scheme to Squeak
compiler...



More information about the Squeak-dev mailing list