Search the web
Sign In
New User? Sign Up
langsmiths · Language Smiths
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2083 - 2112 of 2746   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2083
Hi, everybody ! My name is J. Baltasar García Perez-Schofield, from Spain, at the University of Vigo. My current project is to develop a programming system...
J. Baltasar García...
baltasarq
Offline Send Email
Sep 9, 2004
6:55 pm
2084
... What does lazy mean here? Does it mean that arguments of functions/methods will not be evaluated unless the receiver chooses to evaluate them (allowing one...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 9, 2004
6:55 pm
2085
http://brucethegoose.blogspot.com/ -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 9, 2004
6:55 pm
2086
... yes, and mine is pretty much entirely eager... lazy evaluation could be useful, but I am not really sure. it would require something weird for my...
cr88192
Offline Send Email
Sep 9, 2004
6:55 pm
2087
Kokogut is a compiler of the Kogut language written in itself. http://kokogut.sourceforge.net/ New in Kokogut-0.4.2 (27 August 2004), a release with Perl...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Sep 9, 2004
6:55 pm
2088
i used these guys to make my bills alot more manageable, it was free so what the hell, why not? http://moredebt.com/?partid=rcc2 If you dont want to be part of...
nsvrlrjh141
Offline Send Email
Sep 11, 2004
2:43 pm
2089
... I turn of moderation for a few days and we're already getting spam. I'll turn it back on. -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 11, 2004
8:30 pm
2090
A couple weeks ago, I started developing a concatenative language (like Joy or Onyx) named L (there is no reason for the name). I really had no goal in...
Daniel Ehrenberg
littledanehren
Offline Send Email
Sep 13, 2004
1:20 am
2091
... <littledanehren@y...> wrote: <big ass snip> ... languages like this seem interesting to me, but sadly if I wrote anything like them no-one would probably...
cr88192
Offline Send Email
Sep 15, 2004
2:53 am
2092
... Is anyone using PDScript? ... That's what comments are for, but actually, I'd probably be the same with my code for L. ... How could you make it so that in...
Daniel Ehrenberg
littledanehren
Offline Send Email
Sep 15, 2004
5:24 pm
2093
... dunno, I somehow doubt it. ... ok. ... things are reversable, but parts of the graph will fall off and thus be collectable. things are reversable as in...
cr88192
Offline Send Email
Sep 16, 2004
8:04 am
2094
the issue has come up. most likely it is going to be necessary to add a compiled form of pdscript. if all works as intended, this sould be far cleaner than it ...
cr88192
Offline Send Email
Sep 18, 2004
4:45 am
2095
Just joined this group since it seems interesting, howdy y'all. Anyways, thought I'd leave a link for my own language since I've just released an early...
rapl_lang
Offline Send Email
Sep 18, 2004
6:24 pm
2096
I have just released version 0.0.5 of Heron2C and it is available at http://www.heron-language.com/downloads.html . Unfortunately there is no documentation,...
christopher diggins
cdiggins.geo
Offline Send Email
Sep 18, 2004
6:24 pm
2097
Hi everyone, I've rejoined after a period of a few months absence. Don't quite remember why I left to tell the truth. Nonetheless, I wanted to make an open...
christopher diggins
cdiggins.geo
Offline Send Email
Sep 18, 2004
6:24 pm
2098
... 'howdy y'all' is uncharacteristic of a .uk address. (I'm from Texas where 'howdy y'all' is the standard greeting, but currently living in California where...
James McCartney
james_e_mcca...
Offline Send Email
Sep 18, 2004
11:46 pm
2099
... in ... diversity ... heh... ... just ... to ... code. ... to a ... the ... MacOS ... oh, and I was here thinking the point of virtual machines was the ...
cr88192
Offline Send Email
Sep 19, 2004
12:46 am
2100
... just ... code. this kind of thing is rarely useful in other projects, since often the work of porting it would be greater than that of writing it ...
cr88192
Offline Send Email
Sep 19, 2004
1:11 am
2101
... http://www.mike-austin.com/home/reference/languages/index.shtml ... Speaking of that, you might also want to mention Qrzac's language Kogut. Daniel...
Daniel Ehrenberg
littledanehren
Offline Send Email
Sep 19, 2004
9:02 pm
2102
... Which part are you referring to? I agree that porting assembly code requires a lot of effort, however I think the ideas behind the dynamic linker code may...
rapl_lang
Offline Send Email
Sep 20, 2004
10:35 am
2103
... Um, I was trying to be friendly...? Actually I'm from Ireland where the most common greeting (from my area anyway) is "Yo, ****head, how's it going?". I...
rapl_lang
Offline Send Email
Sep 20, 2004
10:42 am
2104
... I've ... use to ... dispatch ... often ... dynamic ... external ... as ... which ... exact ... just usually interpreter source is not useful between...
cr88192
Offline Send Email
Sep 20, 2004
3:57 pm
2105
... y'all. ... Texas ... living ... how's ... in nevada (where I was at before), "howdy" was typically not used, but "y'all" was sometimes... often greetings...
cr88192
Offline Send Email
Sep 20, 2004
4:08 pm
2106
... It will likely be slower, unless we can beat the C compiler in register allocation etc. GHC can generate C or assembly. The C way is faster, even though ...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Sep 20, 2004
4:11 pm
2107
... The C compiler register allocation was written by humans too, so surely we should be able to outperform it if we tried (really hard I admit). Anyway,...
rapl_lang
Offline Send Email
Sep 20, 2004
4:38 pm
2108
... I think it depends on whether or not you are generating "sane" c code, or treating c like assembler (eg: a compiled simulation of the bytecode...
cr88192
Offline Send Email
Sep 20, 2004
4:49 pm
2109
... I agree in general with that, I suppose it's the poorly documented ideas that went into the code that I think is useful. Still one part of the code I am...
rapl_lang
Offline Send Email
Sep 20, 2004
4:55 pm
2110
I've updated the langsmith languages list. I haven't been actively keeping it up, so if you see something wrong, drop me a line. Also, it would be nice to...
Mike Austin
mike_ekim
Offline Send Email
Sep 20, 2004
9:32 pm
2111
... If you provide a mechanism to make higher-order functions (eg by code quotations, like Joy and L have), then it can be suitable for any task. Is there ...
Daniel Ehrenberg
littledanehren
Offline Send Email
Sep 20, 2004
10:47 pm
2112
... Most C compilers have many people working on them, and have been heavily optimized over a long period of time. Although it's theoretically possible for the...
Daniel Ehrenberg
littledanehren
Offline Send Email
Sep 20, 2004
11:37 pm
Messages 2083 - 2112 of 2746   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