From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 2 Feb 1998 13:13:25 +0900 From: Kazumi Iwane iwane@lit.rd.nttdata.co.jp Subject: [9fans] and now, for something completely different... Topicbox-Message-UUID: 71324ee2-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19980202041325.PWAl-9K9PjVsJSeifSVkuaHwBRa0tbXJNWPtVcfs51w@z> I ported hugs (ver.1.3?) to plan9 and it was almost o.k. The code made heavy use of macro and "lisp-like" calling style, such as val = f(g(h(i(j(k(arg)))))); 8c choked at a few places like the above with the diag message "out of fixed registers". Creating intermediate temporaries made the compiler happy. In message <19980202032406.16281.qmail@bio.cse.psu.edu>, writes: >"Russ Cox" writes: >| has anyone written/ported a lisp interpreter for/to plan9? > >Some of the small scheme interpreters port pretty easily. (They're >less functional and more quirky than common lisp, of course.)