From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Thu, 25 Jun 2009 13:54:36 -0500 From: blstuart@bellsouth.net In-Reply-To: <20090625163827.176D75B11@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] off-topic: "small is beautiful" article Topicbox-Message-UUID: 0f3c1f30-ead5-11e9-9d60-3106f5b1d025 > Nils Holm's Scheme interpreter @ http://t3x.org/s9fes has > been available for a few months now. It runs on plan9 though > not on inferno. For Inferno, look at: http://code.google.com/p/inferno-scheme It's best considered embryonic, and has been that way for a little while as I've been side-tracked by some other things. It's strictly an interpreter at this point, so it's going to be relatively slow. But on the upside, it's got an implementation of popen so that you can fire off other programs for it to talk to. If that external command is tkcmd, then you can easily do graphical stuff. I do plan to get back to it before long and give it some form of compiler and as part of that implement continuations and proper tail recursion. BLS