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
On Tue, 15 Jan 2002 Heiko.Kuhrt@... wrote:
> The sources of the program I developed are available now at[details deleted]
> yahoo/concatenative. I felt free to open a new folder with the
> necessary files:
> If you want to get all this to run type: joy qref.joyMaybe the last four lines (and possibly smething more) should
> 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.
be in a HELP or README file in the folder.
> URL of the created folder is:Great. I have added a link from the Joy page (section on libraries).
> http://groups.yahoo.com/group/concatenative/files/rabbit/
Please check whether my wording needs some corrections.
Thank you very much for your work.
- Manfred
On Thu, 24 Jan 2002, Manfred von Thun wrote:
>[details deleted]
> 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:
>Thank you very mutch for the link. I'm very proud about it; it's my first!
> 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
>
Your wording is fine.
I added a README, test-output.txt and .tar.gz to the folder.
-Heiko