From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Swank To: Russ Cox In-Reply-To: References: <1085335289.18040.18.camel@kirschwenk> Content-Type: text/plain Message-Id: <1085421696.19777.11.camel@kirschwenk> Mime-Version: 1.0 Date: Mon, 24 May 2004 13:01:36 -0500 Content-Transfer-Encoding: 7bit Cc: 9fans <9fans@cse.psu.edu> Subject: [9fans] Re: alef compiler Topicbox-Message-UUID: 869d76a8-eacd-11e9-9e20-41e7f4b1d025 On Mon, 2004-05-24 at 01:58, Russ Cox wrote: > On my list of ideal changes to my programming environment, > Alef syntax isn't very high. I'd much rather see better support > for profiling, debugging, garbage collection, and automatically > checking correctness. > > I think making Limbo run on Unix is a lot more interesting than > making Alef run on Unix. If anyone wants to try that, I'd be > happy to provide code and moral support. A Unix Limbo compiler is an interesting idea, but couldn't you get most of what you want with an ahead-of-time compiler that turned Dis into native machine code? It seems like no-one is especially interested in Alef as a systems language anymore. Is there really more interest in Limbo divorced from Dis? Matt