#include <stdio.h> I wrote as it is but No use . Any suggestions main () { int c,i,nwhite,nother; int ndigit[10]; nwhite = nother = 0; for (i = 0 ; i < 10 ;...
I have no teaching duties for the first half of the year, so I'll have some time to spend on possibly several Joy projects. One of these will be updating...
Manfred von Thun
phimvt@...
Jan 17, 2003 3:52 am
1244
Another of my projects for this first half year will be to give some thought to a module system for Joy. Currently Joy has next to nothing for structuring...
Manfred von Thun
phimvt@...
Jan 17, 2003 5:46 am
1245
I was wondering if there is a list of Joy primitives somewhere. Preferably as part of a language description similar to Schemes' R5. Thanks, Edwin Zacharias...
... Colon has the advantage that it can be readily doubled in order to access a private name in a foreign module, as in Common Lisp. -- Said Agatha Christie /...
Has anyone written an emacs mode for Joy? I'd love to see something like the Python or Haskell modes. thanks, -- Shae Matijs Erisson - 2 days older than...
Hi Manfred, Happy New Year to you too. ... Fantastic news! I believe a good Language Reference Manual would be most valuable. As Joy is a relatively easy...
This is something I posted some time ago - it's a brief overview of how I did modules in my Joy variant... ... << The interpreter always runs word "main" from...
If you only want to identify primitive keywords and not user definitions this is easy to write. I hacked an old Forth mode for Joy to give nice indentation,...
... The dot was already in common use in pre-CL Lisp as a name character, and couldn't be pre-empted. The improper-list-dot has to be set off by whitespace to...
Heiko, Are you generating the pdf directly using Joy? It looks good so far. It would be nice if the Joy language reference manual was generated by Joy itself....
... Yes, the fewer independent files there are to update manually desto better. Today I looked at the Joy paper "The current implementation" which used to have...
Manfred von Thun
phimvt@...
Jan 20, 2003 6:15 am
1260
... My Joy Program Rabbit is generating html and latex output. There is no input into the program but it evaluates to one string and that string is written to...
... Well, not exactly a problem. It is just the feeling to be back in the seventies. (And with my Netscape it once was a problem in deed because the browser...
... I looked at the two text files using I*** E*** from M*** as a browser, and indeed they looked terrible: 1. the text file from the manual. command, which...
Manfred von Thun
phimvt@...
Jan 21, 2003 2:53 am
1263
Hello Manfred, hello joyers, I would like to take the opportunity to say a few words about my Rabbit: When I started with Joy I had among others two problems: ...
... No, there would be no interference with Rabbit. I just copied the specific parts out of interp.c, changed C to Joy by hand and made my own additions. For...
I've included some comments below and added a few more suggestions of my own. ... With the existing definition of HIDE I agree that the second solution is more...
I am glad to see Oberon mentioned in Professor v. T's posts. I would like to say again that I have written a little toy version of a Joy-like language (called...
Soren Renner
srenner@...
Jan 22, 2003 5:53 pm
1267
... I'm only now catching up with email, sorry about the delay. You may or may not have seen the new (and currently not yet nice looking) output from teh...
Manfred von Thun
phimvt@...
Jan 24, 2003 1:09 am
1268
... No emacs mode for Joy, as far as I am aware. But since the notation is so similar to Lisp/Scheme, it should not be too difficult to modify an existing one....
Manfred von Thun
phimvt@...
Jan 24, 2003 1:28 am
1269
On Tue, 21 Jan 2003 Heiko.Kuhrt@... wrote: [..] ... Ja, Wahrheitstraechtig (Sorry folks - Krauts talking funny). See my comment below. [..] ... Yes,...
Manfred von Thun
phimvt@...
Jan 24, 2003 2:04 am
1270
... I would urge you to work on a small version first. You might look at the main Joy page, Part 3 "Miscellaneous", has links to a mini-Joy written in Pascal,...