|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Slate interpreter written in LispIs the original Slate interpreter written in Lisp still available?
Thanks John |
|
|
Re: Slate interpreter written in LispHello,
I have an archive of the original Slate interpreter written in Lisp and have sent it offlist to John. If anyone else is interested, I can send it as well. I have been working on a few changes to get it to compile the current sources and run in lispworks environment. The only thing which prevents this from working at the current time is handling a "message send" with only optional keyword parameters (eg. doSomething &key1: x). This requires adding another token of lookahead to the function which handles the unary messages. Sincerely, David Gilmore On Oct 11, 2006, at 9:26 AM, John Leuner wrote: > Is the original Slate interpreter written in Lisp still available? > > Thanks > John > |
|
|
|
|
|
Re: Slate interpreter written in LispHow about if you send me a copy and I make another publicly-available
darcs repository? :) On Oct 11, 2006, at 1:22 PM, Brad Watson wrote: > Could you send me a copy as well please ? > > TIA, > > Brad Watson > > ----- Original Message ---- > From: David Gilmore <davgil@...> > To: jewel@...; Slate project > discussion <slate@...> > Sent: Wednesday, October 11, 2006 1:53:35 AM > Subject: Re: Slate interpreter written in Lisp > > Hello, > > I have an archive of the original Slate interpreter written in Lisp > and have sent it offlist to John. If anyone else is interested, I > can send it as well. > > I have been working on a few changes to get it to compile the current > sources and run in lispworks environment. The only thing which > prevents this from working at the current time is handling a "message > send" with only optional keyword parameters (eg. doSomething > &key1: x). This requires adding another token of lookahead to the > function which handles the unary messages. > > Sincerely, > > David Gilmore > > On Oct 11, 2006, at 9:26 AM, John Leuner wrote: > >> Is the original Slate interpreter written in Lisp still available? >> >> Thanks >> John -Brian http://tunes.org/~water/brice.vcf |
|
|
Re: Slate interpreter written in LispJohn Leuner <jewel <at> subvert-the-dominant-paradigm.net> writes:
> > Is the original Slate interpreter written in Lisp still available? > > Thanks > John > > Have a look at Lee Salzmans Directory: http://tunes.org/~eihrul/ some very early PMD implementations available here ... |
|
|
Re: Slate interpreter written in LispI have made this available via DARCS at:
http://briantrice.com/slate/repos/slate-in-lisp/ My other repositories are also available there, not in any cleaner state yet than what's online, so beware! On Oct 11, 2006, at 1:53 AM, David Gilmore wrote: > Hello, > > I have an archive of the original Slate interpreter written in Lisp > and have sent it offlist to John. If anyone else is interested, I > can send it as well. > > I have been working on a few changes to get it to compile the > current sources and run in lispworks environment. The only thing > which prevents this from working at the current time is handling a > "message send" with only optional keyword parameters (eg. > doSomething &key1: x). This requires adding another token of > lookahead to the function which handles the unary messages. > > Sincerely, > > David Gilmore > > On Oct 11, 2006, at 9:26 AM, John Leuner wrote: > >> Is the original Slate interpreter written in Lisp still available? >> >> Thanks >> John >> -Brian http://briantrice.com |
| Free Forum Powered by Nabble | Forum Help |