in joy, everything is a unary function of the stack. e.g. + takes a stack .. n m and returns .. n+m. since combinators involve the evaluation of quotations, a...
stevan apter
sa@...
Jan 2, 2004 3:49 pm
1711
Is there a simple way for non C programmers to get Joy1 to run with BDW-garbage collection? The download from Joys homepage is only 75k (not 500) and does not ...
Hi Heiko, Manfred needs to update his archive script to handle the 'gc' symbolic link correctly or include 'gc6.0' in the tarkit. If you have a copy of wget...
... I just tried your suggestion. What happend was a download of alltogether 25MB from Latrobe University: infos of all sorts about a wonderfull place to...
... I've downloaded the latest stable Hans Boehm distribution (6.2) and integrated it into the Joy source on Manfred's site. A few small updates to the make.gc...
Has anyone developed a set of generic C bindings that would enable one to use Joy as an embedded language for an already existing application? I'm just...
... Good point. I forgot about that. While on the topic of GC algorithms can anyone suggest a good choice for concatenative languages? I've been experimenting...
From: Nick Forde [mailto:nickf@...] ... Cool! I'll be reading that! ... Yes. My first version will have purely manual management; I'm in a quandry as...
Thank you Nick, once more, it worked. I now have a joy that uses less that 1% of my system memory after a rabbit run. The old one needed more than 40%...
The following is more about OCaml than about Joy but as discussion is about gc management it may be interesting here, too. I found the results really...
Hello Nick, Wednesday, January 14, 2004, 5:52:15 AM, you wrote: NF> While on the topic of GC algorithms can anyone suggest a good choice NF> for concatenative...
Serguey Zefirov
sz@...
Jan 16, 2004 12:21 pm
1722
... Hi Serguey, In Manfred and John's Joy implementation programs are lists, data types are atoms or lists, and the stack is a list. Each of these lists are ...
Looks like some work for me ... : ... I'll have to do this soon, it seems. I might need your help with the symbolic link though. I'll be in touch. [..] ... ...
... I never had any problems getting the John's original package to work, although some change needed to be made to a makefile at some later stage (I had help...
... And I and other concatenators are very grateful to you for this work and all the other additions and corrections that you made to Joy. Modesty compells me...
... Although keeping track of reachable data for the GC implementation may have been the motivation for the dumps variables I think the resulting lack of C...
http://www.ps.uni-sb.de/~duchier/python/continuations.html ...if you're still working with continuations... Hey, I just "sold" someone on K and J. He's an...
... Thanks for the tarkit, Nick, it arrived safe and sound. BUT ... Using your unpacking instruction $ gtar -zxvf joy-040113.tgz I get the log of what has...
Manfred, In case the tarkit got corrupted in the mail I've added it to the concatenative files area. If you are having trouble with "gtar" on your system I...
I've done this last night in about 15 minutes so there's probably room for improvement. DEFINE single-iteration == dup [[dupd dupd swap concat concat] map [dup...
colleagues and fellow joyists - my interview with manfred has just been published online at vector's new website: ...
Stevan Apter
sa@...
Feb 29, 2004 1:33 pm
1734
I'm forwarding the message below because I think that this book could interest this list. It is the revised and simplified PhD thesis of Paul Blain Levy, the...
Hi, Are either of these ideas useful? I've not used Joy (or APL, J, K etc), although I did play with Forth a little just under 20 years ago... First - maybe...
From: andrew cooke [mailto:andrew@...] ... So you want annotations on arbitrary data (not on the stack, but on the data)? That's not a bad idea, but...
... The "abc" part is redundant here. Something like "stack--cba" would be self-documenting and more easily understood than "swap rot", imho. Or, "[3 2 1]...
... From: "Don Groves" <dgroves@...> To: <concatenative@yahoogroups.com> Sent: Tuesday, April 06, 2004 1:26 PM Subject: Re: [stack] Pattern matching,...
Stevan Apter
sa@...
Apr 6, 2004 8:12 pm
1739
I've been reading this list for some time but have never participated. Now I want to ask a potentially embarrassing newbie question: Is there a free or...