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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4598 - 4628 of 4643   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4598
Could you elaborate a bit more on stack comments? You mean writing (in Joy) something like: (* A -> A A *) To say that the function (dup) consumes one item and...
fabio_cevasco
Offline Send Email
Apr 1, 2009
9:25 am
4599
WT wrote:- ... I'm don't want to open another canOworms ? Unless it could have been explained in lines < 2, instead of 'go & get it', it's no good. == Chris...
chris glur
crglur@...
Send Email
Apr 1, 2009
9:34 am
4600
... Yep. ... Factor does. Cat may allow them; it's been awhile since I've looked at it. Cat will, however, automatically infer the effect in question for you. ...
John Nowak
john@...
Send Email
Apr 1, 2009
12:02 pm
4601
... I've read mad libs more coherent than this. Come on man, at least fire up the spellchecker... - John...
John Nowak
john@...
Send Email
Apr 1, 2009
12:02 pm
4602
... This is programming. To program you have to tell the computer *exactly* what to do. If it can be explained in 2 lines, it's not programming; it's something...
William Tanksley
wtanksle
Offline Send Email
Apr 1, 2009
3:57 pm
4603
What's my point ? Well I've lost the OP's exact wording. But HIS main point was that 'stack doesn't model the problem domain'. Yes, but it models the problem...
chris glur
crglur@...
Send Email
Apr 1, 2009
9:51 pm
4604
Le Thu, 2 Apr 2009 00:50:45 +0300, ... While I don't have a copy of that post at hand, it was actually only a paragraph in a rather long message. And I was not...
spir
denis.spir@...
Send Email
Apr 2, 2009
8:41 am
4605
... Sure. ... This is a leap. You're forgetting that a language that requires such things may derive benefits from such a design that you're not accounting...
John Nowak
john@...
Send Email
Apr 2, 2009
8:57 am
4606
http://colorforth.com/ http://www.reddit.com/r/programming/comments/89ocp/colorforthcom_update_seaforth_is_dead_chuck_moore/c08mp8y...
John Nowak
john@...
Send Email
Apr 3, 2009
9:08 am
4607
... No, it's no more WRONG than gromgramming by 'binary switches'. ... Yes, this is just a HIGHER level, which often is better. If I 'program' google to: fetch...
chris glur
crglur@...
Send Email
Apr 4, 2009
3:20 am
4608
I think that functions on rows can be given types using type constraints - even the weird ones like bi@. A type can be given to the composition of functions f...
hallucious
Offline Send Email
Apr 4, 2009
9:28 pm
4609
... Nothing published that I'm aware of, no. Existing work on type systems for concatenative languages (and there isn't much) has mostly focused on systems...
John Nowak
john@...
Send Email
Apr 4, 2009
10:55 pm
4610
One more thing I should've mentioned. You state that your type system is compositional. I should note that you can get this quite easy by extending HM with row...
John Nowak
john@...
Send Email
Apr 4, 2009
11:08 pm
4612
One motivation for this work was to broaden the range of functions which can be investigated by looking at their type, which can be useful to see their effect....
hallucious
Offline Send Email
Apr 5, 2009
1:14 am
4613
If decidable type inference means that the type of quotations and compositions of functions can be inferred and expressed, then I think that type inference is...
hallucious
Offline Send Email
Apr 5, 2009
1:42 am
4614
... You may want to look at Djinn if you haven't already: http://lambda-the-ultimate.org/node/1178 ... In my opinion, it would be more useful to add types...
John Nowak
john@...
Send Email
Apr 5, 2009
6:18 am
4615
... It's easy to infer the constraints, but type inference (I believe) also entails checking that those constraints are satisfied and not in contradiction to...
John Nowak
john@...
Send Email
Apr 5, 2009
6:28 am
4616
Hi John, Thanks for the info and for bearing with me. I do want to move on to type systems that are useful for compilers. I shall clarify the subordinate role...
hallucious
Offline Send Email
Apr 5, 2009
9:09 am
4617
Dear, How do you implement the Huffman Coding with Joy? I would like to compare it with other languages (eg. F#) Kind regards Taoufik...
icpdesign
Offline Send Email
Apr 5, 2009
12:35 pm
4618
Dear, You can find the F# code for Huffman coding in http://blogs.msdn.com/lukeh/archive/2008/05/05/huffman-coding-with-f.aspx Kind regards Taoufik...
icpdesign
Offline Send Email
Apr 5, 2009
12:40 pm
4619
... It seems to me that some of the most interesting work in this field (type systems for compilers) is being done by the Church Project...
John Nowak
john@...
Send Email
Apr 6, 2009
12:01 pm
4620
On cleaning out archives of Tue, Apr 29, 2008 at 10:20 AM ... I wondered is there a tutorial on 'algebra of concatenative programs', preferably without another...
chris glur
crglur@...
Send Email
Apr 12, 2009
3:44 pm
4621
Hello, just started a mailing list about programming language design. It's called 'PiLuD' ;-) For anyone interested. subscribe :...
spir
denis.spir@...
Send Email
Apr 20, 2009
5:23 pm
4622
Should a language like Joy be compared to Java. Java compiles into class files, which consist of bytecodes, which is  assembler like code for the JVM.   Joy...
Nigel Galloway
nigel_galloway
Offline Send Email
Apr 27, 2009
11:41 am
4623
... Yes and no. A language like Joy yes; Joy itself NO. Joy is an academic prototype, not really intended for any specific use. ... Right. The concatenative...
William Tanksley
wtanksle
Offline Send Email
Apr 27, 2009
4:00 pm
4624
Minimac (http://freshmeat.net/projects/minimac-macro-processor) is a minimalist, general purpose text macro processor. It uses an explicit argument stack, and...
Mark W. Humphries
markwhumphries
Offline Send Email
Jun 23, 2009
1:10 am
4625
Just to keep the pipes exercised [I suspected that I'd been cut-off of cat-list [what's happening in the 1st-world/N-hemisphere 'for' no cat-list-traffic ?] ] ...
eas lab
lab.eas@...
Send Email
Jul 4, 2009
12:50 pm
4626
... Hi, Thanks for your questions. Minimac has almost no syntax, basically a set of special characters that trigger behaviors (quoting, escaping, naming,...
Mark W. Humphries
markwhumphries
Offline Send Email
Jul 5, 2009
2:35 am
4627
... Hello, Huffman Coding seems like a nice algorithm to try my new programming skills. Please bear in mind that this is my first program in JOY. ...
wodan58
Offline Send Email
Aug 20, 2009
8:23 pm
4628
Hello list, Something I'd like to share: a small interpreter for an (intensional) Joy dialect, that has helped me to clarify some conversation about ...
Tom Schouten
tom.schouten
Offline Send Email
Aug 25, 2009
7:52 am
Messages 4598 - 4628 of 4643   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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