John Leuner | 11 Oct 09:23

Slate interpreter written in Lisp

Is the original Slate interpreter written in Lisp still available?

Thanks
John

David Gilmore | 11 Oct 10:53

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 Rice | 20 Oct 01:41
Favicon

Re: Slate interpreter written in Lisp

I 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
(Continue reading)

Brad Watson | 11 Oct 22:20
Favicon

Re: Slate interpreter written in Lisp

Could you send me a copy as well please ?

TIA,

Brad Watson

----- Original Message ----
From: David Gilmore <davgil <at> taosys.com>
To: jewel <at> subvert-the-dominant-paradigm.net; Slate project discussion <slate <at> tunes.org>
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:
(Continue reading)

Brian Rice | 11 Oct 23:20
Favicon

Re: Slate interpreter written in Lisp

How 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 <at> taosys.com>
> To: jewel <at> subvert-the-dominant-paradigm.net; Slate project  
> discussion <slate <at> tunes.org>
> 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.
(Continue reading)

Slom | 18 Oct 21:40

Re: Slate interpreter written in Lisp

John 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 ...


Gmane