From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 2 Feb 1998 09:50:03 +0100 From: elliott Elliott.Hughes@genedata.com Subject: [9fans] and now, for something completely different... Topicbox-Message-UUID: 71653578-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19980202085003.EVwuxvjN7e6dZdpAeAitt6JU2StdtPXjYQdeZEmiT7k@z> schwartz+9fans@bio.cse.psu.edu wrote: > > Kazumi Iwane writes: > | Oops. Hugs is not a lisp/scheme interpreter, but it's > | a haskell interpreter. Sorry. > > Close enough. :-) > What sort of changes were required? Either hack out the disgusting misuse of #if or use APE. Run mk and wait until the compiler stops with an error about running out of registers (IIRC), break the multi-line deeply-nested return statement in two (i.e. do half the work into a temporary, then return the rest of the expr using the temporary) and mk again. I think there are only a couple of places where you have to do this. You might want to edit the nasty terminal-handling stuff too (i.e. strip it all out). I hacked 8½ to let me read the window width in characters (I used lucida sans typewriter, so it made sense for me) so that the output routines knew where to word wrap. I'm not sure it was worth it. Anyway, in short, it's dead easy. Particularly if you use ape. -- Elliott Hughes - GeneData AG, Postfach 254, CH-4016 Basel, Switzerland mailto:elliott.hughes@genedata.com http://users.ch.genedata.com/~enh/