From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Bronnikov To: 9fans@cse.psu.edu Subject: Re: [9fans] Let's get functional? In-Reply-To: <200304081627.h38GRjL28786@augusta.math.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Wed, 9 Apr 2003 01:59:25 +0400 Topicbox-Message-UUID: 8d7cdf06-eacb-11e9-9e20-41e7f4b1d025 On Tue, 8 Apr 2003, Dan Cross wrote: > FYI, the ML port is fine. There's also a Scheme port (look for the > sxm interpreter, but I believe I had to mess with it to get it to > build correctly). Porting HUGS should be easy; porting something > like GHC won't. There's also SCM (http://swiss.ai.mit.edu/~jaffer/SCM.html). I ported it about a year ago, and Aubrey Jaffer (the author) even included the port in the distribution. But then I got distracted from Plan 9 before I wrote a mkfile for it. SCM's own build system is rather complex, but there's a build script generator at the homepage. Goga