 | | From: | Robert | | Subject: | Leaf editor? | | Date: | 14 Jan 2005 00:57:18 -0800 |
|
|
 | Does anyone know if the Leaf editor for Forth is still available? I believe that it was offered by Jeff Massung, but I have been unable to find his download site or his email address.
|
|
 | | From: | Bruce McFarling | | Subject: | Re: Leaf editor? | | Date: | 19 Jan 2005 07:22:25 -0800 |
|
|
 | Jeff wrote: > Robert wrote: > > > Thank you. I already have version 1.02 of the Leaf editor. Is there a > > later version? Or source? > > I had a hard drive meltdown a while ago, and lost most of the source. > I'm actually in the process of recoding it. Any features in particular > that you'd like to see in it? > > Jeff M. > > -- > http://www.retrobyte.org > mailto:massung@gmail.com
Is it possible to get the original (executable) up on retrobyte so we can see what features it has?
|
|
 | | From: | Robert | | Subject: | Re: Leaf editor? | | Date: | 19 Jan 2005 14:53:01 -0800 |
|
|
 | Thank you. In the new Leaf, I would like to see search and replace, and also interface with MPE's ProForth.
|
|
 | | From: | Robert | | Subject: | Re: Leaf editor? | | Date: | 19 Jan 2005 14:55:08 -0800 |
|
|
 | Thank you. In the new Leaf, I would like to see search and replace, and to interface with MPE's ProForth.
|
|
 | | From: | crc | | Subject: | Re: Leaf editor? | | Date: | 17 Jan 2005 03:20:04 -0800 |
|
|
 | I'm not aware of any version other than 1.02. I am almost certain that no source release was ever made. It's a shame, because the editor looked promising.
-- Charles Childers http://www.retroforth.org
|
|
 | | From: | crc | | Subject: | Re: Leaf editor? | | Date: | 14 Jan 2005 15:33:28 -0800 |
|
|
 | It used to be at http://www.simforth.com/download/leaf.zip, but the simforth.com site has disappeared from the web, and archive.org doesn't have any snapshots of it that include leaf.zip (I checked this morning). You can see his email address from the archive.org mirror of simforth.com though, so perhaps you can reach him that way. -- Charles Childers http://www.retroforth.org
|
|
 | | From: | Robert | | Subject: | Re: Leaf editor? | | Date: | 16 Jan 2005 16:53:13 -0800 |
|
|
 | Thank you. I already have version 1.02 of the Leaf editor. Is there a later version? Or source?
|
|
 | | From: | Jeff | | Subject: | Re: Leaf editor? | | Date: | Tue, 18 Jan 2005 01:06:56 GMT |
|
|
 | Robert wrote:
> Thank you. I already have version 1.02 of the Leaf editor. Is there a > later version? Or source?
I had a hard drive meltdown a while ago, and lost most of the source. I'm actually in the process of recoding it. Any features in particular that you'd like to see in it?
Jeff M.
-- http://www.retrobyte.org mailto:massung@gmail.com
|
|
 | | From: | Albert van der Horst | | Subject: | Re: Leaf editor? | | Date: | 19 Jan 2005 15:22:56 GMT |
|
|
 | In article , Jeff wrote: >Robert wrote: > >> Thank you. I already have version 1.02 of the Leaf editor. Is there a >> later version? Or source? > >I had a hard drive meltdown a while ago, and lost most of the source. >I'm actually in the process of recoding it. Any features in particular >that you'd like to see in it?
Is it a saved system of Forth with headers still intact? Then you could have the source recovered using ciasdis. As an exercise I made a code crawler to reconstruct lina's (my forth compiler) source. This source has all the symbolic information of the lina .asm source (but not the comment, of course.). This is because of name fields in headers. Then I made a code crawler for retroforth, just to show that it could be done for code I was not familiar with.
> >Jeff M. > >--
Groetjes Albert
-- -- Albert van der Horst,Oranjestr 8,3511 RA UTRECHT,THE NETHERLANDS One man-hour to invent, One man-week to implement, One lawyer-year to patent.
|
|
 | | From: | Jeff M. | | Subject: | Re: Leaf editor? | | Date: | 19 Jan 2005 11:53:50 -0800 |
|
|
 | If someone has a copy and can email it to me, I'll put it up.
Jeff M.
|
|