Search the web
Sign In
New User? Sign Up
concatenative · Discuss the concatenative variety of computer languages: Joy, Forth, Postscript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2470 - 2499 of 4113   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2470
... My apologies for the late reply - I've been a bit preoccupied lately. What I meant is that it might be possible to construct functions that can reorder the...
Ivan Tomac
e1_t
Offline Send Email
May 8, 2005
9:03 am
2471
... [..] ... I read your post when it first came out, and I have been stewing over the expression "linear syntax" for a while now. Possibly I am reading things...
phimvt@...
phimvt
Offline Send Email
May 13, 2005
7:59 am
2472
I have been working more on various reproducing programs in Joy, quite different from the infinite ("lazy") lists. Most of them do something apart from...
phimvt@...
phimvt
Offline Send Email
May 18, 2005
7:24 am
2473
http://www.latrobe.edu.au/philosophy/phimvt/joy/jp-survrep.html ?? ... From: <phimvt@...> To: <concatenative@yahoogroups.com> Sent: Wednesday,...
stevan apter
sa@...
Send Email
May 18, 2005
10:08 am
2474
... I would say that Forth could be made ALMOST flat by defining all the if and loop operators to take addresses (rather than using the current nested...
William Tanksley, Jr
wtanksle
Offline Send Email
May 18, 2005
3:55 pm
2475
i've been studying david turner's language SASL, the ancestor of miranda and other FPLs. for some time now i've wondered what a lazy vector language would...
stevan apter
sa@...
Send Email
May 19, 2005
3:42 pm
2476
explaining this sort of thing sure does concentrate the mind - i realized that (i) i wasn't handling the empty case, and (ii) i can dispense with the start ...
stevan apter
sa@...
Send Email
May 19, 2005
4:51 pm
2477
... Yes, ?? indeed. I don't know what went wrong this time, but I do know something is not working. I used Safari (that's the web browser on this silly eMac) ...
phimvt@...
phimvt
Offline Send Email
May 20, 2005
5:22 am
2478
... Yes, I thought that what I was talking about was not too far from being part of Forth already. I do not agree, though, that flatForth would have to take...
phimvt@...
phimvt
Offline Send Email
May 20, 2005
8:33 am
2479
... I remember SASL, although I never had access to one, or to Miranda. I have toyed with Huggs (or Gofer?), an early implementation of (a subset) of Haskell....
phimvt@...
phimvt
Offline Send Email
May 20, 2005
9:09 am
2480
... Interesting. This is what Wippler is doing for his 'vlerq' project, which is centered around a concatenative, vector-based language -- I don't know whether...
William Tanksley, Jr
wtanksle
Offline Send Email
May 20, 2005
1:24 pm
2481
... Oops. That would be http://www.vlerq.org. -Billy...
William Tanksley, Jr
wtanksle
Offline Send Email
May 20, 2005
1:25 pm
2482
... Ambitious. A question: when you say "an implementation of K", do you mean "an open source reimplementation of K written in some freely distributable ...
William Tanksley, Jr
wtanksle
Offline Send Email
May 20, 2005
1:28 pm
2483
... then i'm afraid there must be wailing and lamentation and gnashing of teeth, since i mean the second. btw, here's the compiler. given x = a list of...
sa@...
Send Email
May 20, 2005
2:25 pm
2484
... I agree with that, although I don't agree that it's fully flat either. I was offering not a contradiction of your solution, but an alternate way of doing...
William Tanksley, Jr
wtanksle
Offline Send Email
May 20, 2005
5:58 pm
2485
... From: <phimvt@...> ... or foolhardy, which i suppose is often mistaken for courage. :) no doubt you're recalling something like this: the...
stevan apter
sa@...
Send Email
May 22, 2005
1:59 pm
2486
I'll be away in Europe for five weeks. I won't have easy access to my mail unless I venture to some internet cafe - but no guarantees. I had hoped to respond...
phimvt@...
phimvt
Offline Send Email
May 30, 2005
4:33 am
2487
i suppose this is all a bit off-topic, since we're here to discuss matters concatenative, but i thought i'd post a status- report on my project to embed k in a...
sa@...
Send Email
May 31, 2005
3:54 pm
2488
... not a good example - in fact, * (like all k primitives) is strict: *x fully evaluates its argument, then takes the first. this is a better example: first...
stevan apter
sa@...
Send Email
Jun 1, 2005
12:00 am
2489
a SLACK program consists of an expression followed by zero or more definitions: expression {definition} ... {definition} a definition has the form {name...
stevan apter
sa@...
Send Email
Jun 5, 2005
11:52 pm
2490
a SLACK script is a text file containing zero or more SLACK programs (see below.) each program begins in column 1, and subordinate definitions are indented at...
sa@...
Send Email
Jun 7, 2005
5:04 pm
2491
common sub-expression elimination works nicely. example: the execution tree for the expression (!3)+!3 is (*unicode alert*): show"(!3)+!3" ...
stevan apter
sa@...
Send Email
Jun 7, 2005
10:52 pm
2492
oops - what a mess. here's the ascii version of that ... common sub-expression elimination works nicely. example: the execution tree for the expression ...
stevan apter
sa@...
Send Email
Jun 7, 2005
10:58 pm
2493
... I don't know whether my definition matches how other people were using the word, but I just realised that the perfect way to produce flatness is with a...
wtanksle
Offline Send Email
Jun 15, 2005
5:00 pm
2494
... a small XYish interpreter, with a queue and stack: store a and b as tokenized strings, viz. 2 / ] [ 10 now interpret as follows: a -> append val(a) to the...
sa@...
Send Email
Jun 16, 2005
6:23 pm
2495
Many of you are probably aware of this but for the few that aren't this is just a reminder that the ICFP (International Conference on Functional Programming)...
Ivan Tomac
e1_t
Offline Send Email
Jun 20, 2005
10:00 am
2496
i hear that dan is working on an infix parser for factor. here's a short introduction to the notation invented by ken iverson, and used in APL, J, and K. it...
stevan apter
sa@...
Send Email
Jun 26, 2005
2:07 pm
2497
gcc 4.* has a new optimizing back end. For a c compiler, it is a remarkably "functional" type notion. It's called tree-ssa. Basically the intermediate...
John Carter
refactored
Offline Send Email
Jun 26, 2005
10:14 pm
2498
Stevan, I think this description is wonderful. Just to make sure I'm following everything ... ..snip ... I assume unary should be "u", based on the explanation...
ori_berger
Offline Send Email
Jun 26, 2005
10:44 pm
2499
... From: "ori_berger" <ori_berger@...> To: <concatenative@yahoogroups.com> Sent: Sunday, June 26, 2005 6:43 PM Subject: [stack] Re: infix syntax -...
stevan apter
sa@...
Send Email
Jun 26, 2005
11:07 pm
Messages 2470 - 2499 of 4113   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help