... From: <wtanksley@...> To: <concatenative@egroups.com> Sent: Wednesday, May 31, 2000 12:55 PM Subject: RE: [stack] joy applications ... that may...
174
John Drake
jmdrake@...
Jun 1, 2000 1:04 pm
Hello Steve. You still don't understand what I mean when I say "GUI enviornment". I'm not talking about the ability to make a GUI, but that the IDE...
175
stevan apter
apter@...
Jun 1, 2000 2:02 pm
hi john ... From: John Drake <jmdrake@...> To: <concatenative@egroups.com>; <concatenative@egroups.com> Sent: Thursday, June 01, 2000 9:03 AM Subject:...
176
Dr. Stephan Becher
s.becher@...
Jun 1, 2000 3:29 pm
Yes, that's me. :-) I already promised to supply the Forth community with an as-far-as-possible ANS compatible version of my strongly typed Forth, including...
177
wtanksley@...
Jun 1, 2000 4:48 pm
From: Massimo Dentico [mailto:m.dentico@...] ... As a matter of fact, I don't see a problem. The structures and data types used to check the...
178
wtanksley@...
Jun 1, 2000 5:06 pm
From: stevan apter [mailto:apter@...] ... This is mostly true (inasmuch as you can ever have the same problem with two different languages; it's _really_...
179
Massimo Dentico
m.dentico@...
Jun 1, 2000 5:21 pm
... Thanks Stephan. Ok, I'll try to postpone every question (and perhaps some contribution) when you'll go on in public with your project. -- Massimo Dentico...
180
Massimo Dentico
m.dentico@...
Jun 1, 2000 6:54 pm
... This is a possible simple (maybe the best and useful) approach. What I was thinking here is to turn a problem in an advantage, specifically I was thinking...
181
stevan apter
apter@...
Jun 1, 2000 8:49 pm
... From: <wtanksley@...> To: <concatenative@egroups.com> Sent: Thursday, June 01, 2000 1:07 PM Subject: RE: [stack] joy applications ... i can't quite...
182
stevan apter
apter@...
Jun 2, 2000 12:28 pm
... hi brent i'm inclined to take the joy manual as the current standard definition of the language, but if you look at some of the other papers, you'll see...
183
iepos@...
Jun 2, 2000 1:58 pm
... Yes... hmm, maybe those are mostly enumerated in the "Standard library", which contains extra primitives constructed from the "core" ones. ... Oh, let's...
184
John Drake
jmdrake@...
Jun 2, 2000 3:03 pm
Well it's been a while since I downloaded SwiftForth and my "90 day eval" has long since run out. I would guess that the PDF file is at least 2 meg, but I'm...
185
Mark van Gulik
ghoul6@...
Jun 2, 2000 11:53 pm
... I'm sorry. I didn't mean I wanted *you* to show me the proof, only that I'm not satisfied by a CGC unless it exhibits that proof as a precondition. I'm ...
186
Mark van Gulik
ghoul6@...
Jun 3, 2000 12:40 am
... [...SNIP stuff about scale issue of Forth in response to...] ... Cool. ... I stand corrected. This is, of course, a "best practice", but that's what I was...
187
stevan apter
apter@...
Jun 3, 2000 1:10 am
... From: John Drake <jmdrake@...> To: <concatenative@egroups.com> Sent: Friday, June 02, 2000 11:02 AM Subject: Re: [stack] joy applications these are...
188
Mark van Gulik
ghoul6@...
Jun 3, 2000 1:43 am
... I almost agree. The language designer also has the responsibility of building the right restrictions *into* the language, such that it will have clean...
189
Mark van Gulik
ghoul6@...
Jun 3, 2000 8:41 am
Here it is. Compiling this Avail module causes 25 to be printed (as expected)... ... Module "Examples-Joy" Extends Uses "kernel" Names Body /* Define a...
190
stevan apter
apter@...
Jun 3, 2000 11:16 am
... hi mark i think i can answer some of your questions. the core of my joy interpreter is the set of functions: E:{:[~4=4:y;(,y),x;7=4:v:. y;v...
191
stevan apter
apter@...
Jun 3, 2000 11:30 am
... good question (which i neglected to answer!) yes, any k function can use I, since it's just another k function, but i can't think of a situtation where i...
192
Christian Tismer
tismer@...
Jun 3, 2000 5:47 pm
... Thank you for the excellent explanation! But that cannot make me find this "flee dirt" any nicer. Makes my eyes hurt. I'm used to write in Python, and I...
193
srenner@...
Jun 3, 2000 8:18 pm
... wrote: ... ... ... Christian: Allow the Moderator to disagree. Please remain on the list as one of its valued citizens. It happens that Mr. Falvo II was...
194
stevan apter
apter@...
Jun 3, 2000 11:35 pm
my original joy parser was a horror. i can't imagine what i was thinking when i wrote that code. in any case, those who are using my interpreter can replace...
195
iepos@...
Jun 4, 2000 12:38 am
Greetings, concatenative combinator friends ... Recently, I made a little program that searches for constructions of combinators within restricted bases. It is...
196
stevan apter
apter@...
Jun 4, 2000 2:41 am
... From: <iepos@...> To: <concatenative@egroups.com> Sent: Saturday, June 03, 2000 8:38 PM Subject: [stack] joy combinator construction finder ... this...
197
iepos@...
Jun 4, 2000 4:35 am
... whoops. sorry :-) ... maybe... it took my 133Mhz pentium 20 seconds. the k one could not have taken more than a couple hours, judging by how quickly you...
198
stevan apter
apter@...
Jun 4, 2000 5:13 am
... From: <iepos@...> To: <concatenative@egroups.com> Sent: Sunday, June 04, 2000 12:35 AM Subject: Re: [stack] joy combinator construction finder ... my...
199
stevan apter
apter@...
Jun 4, 2000 1:57 pm
... From: Christian Tismer <tismer@...> To: <concatenative@egroups.com> Sent: Saturday, June 03, 2000 1:54 PM Subject: Re: [stack] joy applications ... ...
... Thank you for that beautifully detailed description of your Joy interpreter in K. ... So your X function takes a stack and a program... (?). Hm, I'm lost...
202
Mark van Gulik
ghoul6@...
Jun 4, 2000 6:40 pm
... A continuation in Joy would simply be a pair consisting of the stack, and the remaining stream of symbols (which would be in the form of a quotation). To...