From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Mon, 18 Mar 2013 18:11:27 EDT." References: <07E85E8F-D9EC-471E-B123-3CC865200D6B@bitblocks.com> <56EA26F3-7E87-40F7-8329-46E8B9919851@gmail.com> <20130318220108.9FC7AB82A@mail.bitblocks.com> Date: Mon, 18 Mar 2013 15:49:40 -0700 From: Bakul Shah Message-Id: <20130318224940.DB454B82A@mail.bitblocks.com> Subject: Re: [9fans] Scheme Topicbox-Message-UUID: 2e8f42e2-ead8-11e9-9d60-3106f5b1d025 On Mon, 18 Mar 2013 18:11:27 EDT erik quanstrom wrote: > seems to work on amd64. Thanks to plan9 c compilers! > ; ./6.out -i - -n -l s9-real.scm -l plan9/plan9.scm -l plan9/config.scm > -d s9.image > ; mv 6.out s9 > ; ./s9 > Scheme 9 from Empty Space > > (cons 'a 'b) > (a . b) mk tests runs a bunch of tests. The same code base should work on FreeBSD & Linux. s9 builds on OS X but image dump and use doesn't. This was a quick hack. The mkfile needs work. The low level plan9 interface probably needs work too. Suggestions welcome. s9help shouldn't be too hard to fix and will be very useful in exploring s9fes. If the plan9 port of curses can be made to work with s9/ext/curses.* porting s9e (s9 editor) will be much easier. It has integrated REPL support etc. There are more goodies in s9/{contrib,prog,ext} Don't forget to check out s9 author Nils Holm's site: http://www.t3x.org/ If you are new to Scheme: http://www.t3x.org/s9book/index.html you can buy "Scheme from Empty Space" book from Lulu. The book version of s9fes is a bit older (you can get it from his website).