Sources of Rabbit

Heiko.Kuhrt@t-online.de — 2002-01-15 14:45:30

The sources of the program I developed are available now at
yahoo/concatenative. I felt free to open a new folder with the
necessary files:

qref.joy
A short file containing the main program.
I think it can give a first impression of what html generation could
look like in Joy.

rabbit.joy
This is where the work is done. It is a set of libraries with
different purposes.

fundes.joy
This one is nothing else but an endless list of descriptions of
definitions of Basic Joy in form of a Joy program.


If you want to get all this to run type: joy qref.joy
Result of this command should be a file: joy-funs-doc.html

Or start joy and type: "rabbit.joy"include. test-all.
If things go well you should get the output of a few tests at stdout.

URL of the created folder is:
http://groups.yahoo.com/group/concatenative/files/rabbit/


I would be very pleased, if my program would have an helpful effect
of whatever sort to one or other human working with Joy.

Best regards
-Heiko

Manfred von Thun — 2002-01-24 05:04:07

On Tue, 15 Jan 2002 Heiko.Kuhrt@... wrote:

> The sources of the program I developed are available now at
> yahoo/concatenative. I felt free to open a new folder with the
> necessary files:

[details deleted]

> If you want to get all this to run type: joy qref.joy
> Result of this command should be a file: joy-funs-doc.html
>
> Or start joy and type: "rabbit.joy"include. test-all.
> If things go well you should get the output of a few tests at stdout.

Maybe the last four lines (and possibly smething more) should
be in a HELP or README file in the folder.

> URL of the created folder is:
> http://groups.yahoo.com/group/concatenative/files/rabbit/

Great. I have added a link from the Joy page (section on libraries).
Please check whether my wording needs some corrections.

Thank you very much for your work.

- Manfred

Heiko.Kuhrt@t-online.de — 2002-01-29 16:24:37

On Thu, 24 Jan 2002, Manfred von Thun wrote:

>
> On Tue, 15 Jan 2002 Heiko.Kuhrt@... wrote:
>
> > The sources of the program I developed are available now at
> > yahoo/concatenative. I felt free to open a new folder with the
> > necessary files:

[details deleted]

>
> Great. I have added a link from the Joy page (section on libraries).
> Please check whether my wording needs some corrections.
>
> Thank you very much for your work.
>
> - Manfred
>

Thank you very mutch for the link. I'm very proud about it; it's my first!
Your wording is fine.
I added a README, test-output.txt and .tar.gz to the folder.


-Heiko