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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2616 - 2645 of 2746   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2616
How do you guys feel about alternate implementations and very similar spin-off languages? Are they tend to be good for a language (faster implementations like...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 13, 2007
6:09 am
2617
Multiple implementations will improve a language's popularity and usefulness if there is a clear and well-defined specification. Too many languages lack a...
Christopher Diggins
cdiggins.geo
Offline Send Email
Mar 13, 2007
6:32 am
2618
Nice question. I do feel a bit lost with some languages that have umpteen choices. With Python, I do not, but that could likely be due to any of these factors:...
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Mar 13, 2007
6:41 am
2619
I've written a short article about how the Cat interpreter works on the Cat wiki http://code.google.com/p/cat-language/wiki/HowTheInterpreterWorks. I am hoping...
Christopher Diggins
cdiggins.geo
Offline Send Email
Apr 5, 2007
9:38 pm
2620
... Thanks for compliment Chris. In general the concatenative approach greatly simplifies reasoning about algorithms and code. It also simplifies automated...
Christopher Diggins
cdiggins.geo
Offline Send Email
Apr 7, 2007
7:49 am
2621
... *I* don't understand the reluctance. I'm familiar with Microsoft having aggressive business practices against competitors like DR-DOS, Lotus, etc. but I...
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Apr 7, 2007
3:22 pm
2622
... That Microsoft has declared Linux a competitor similiar to DR-DOS, Lotus, etc. This is also something of a concern with Java, but less so, because 1) Sun ...
Brian Hurt
bhurt42
Offline Send Email
Apr 7, 2007
4:28 pm
2623
The latest Cat release 0.10.4 ( http://code.google.com/p/cat-language/downloads/list ) now supports graphics, see http://www.cdiggins.com/ for an example...
Christopher Diggins
cdiggins.geo
Offline Send Email
Apr 7, 2007
9:29 pm
2624
Hi, Does any one know where I can get the pLucid interpreter (or any other implementation of Lucid language) from? There was a reference in one of the old...
Rahul
rahul_inblue
Offline Send Email
Apr 25, 2007
3:16 pm
2625
I've posted a public domain interpreter for a subset of the Cat language online at http://www.cat-language.com/interpreter.html . It was intended primarily as...
Christopher Diggins
cdiggins.geo
Offline Send Email
Apr 28, 2007
9:35 pm
2626
... Sorry to report, but it seems to cause Safari to hang. In Firefox, I get an error saying "could not process an integer...", and if I try something like...
John Nowak
john@...
Send Email
Apr 29, 2007
2:40 pm
2627
Thanks for the report. I am obviously not a JavaScript programmer and I never imagined such huge difference between implementations, I used the reference guide...
Christopher Diggins
cdiggins.geo
Offline Send Email
Apr 29, 2007
4:54 pm
2628
... From a quick look, the reason for the error in Firefox is due to this: trace("matched an integer"); var n = intRe.exec(s).lastIndex; if...
Chris Double
doublecnz
Offline Send Email
Apr 29, 2007
7:54 pm
2629
... With you requiring IE 7 and C#, I'll never get to use any of your software! Where's my portable Cat implementation? :-) Come on, you know you want to write...
John Nowak
john@...
Send Email
Apr 29, 2007
9:27 pm
2630
I'm hoping though that by making all of my code public domain, that some people will eventually swoop in and use their favourite language to create their own...
Christopher Diggins
cdiggins.geo
Offline Send Email
Apr 29, 2007
9:40 pm
2631
I've just released the first version of my latest language. Here's the announcement email I sent to the Fonc list: ===== Time to push this thing out the...
Steve Folta
stevefolta
Offline Send Email
May 21, 2007
8:32 pm
2632
I've just released version 0.14.0 of Cat. This version has several new features since version 0.12 (version 0.13 wasn't never officially announced) . Major...
Christopher Diggins
cdiggins.geo
Offline Send Email
May 22, 2007
8:10 am
2633
I've just released version 0.1 of a public domain Level-1 Cat to C++ compiler (written in C++) at http://code.google.com/p/cat-language/downloads/list. This ...
Christopher Diggins
cdiggins.geo
Offline Send Email
Jun 3, 2007
10:54 pm
2634
**** What's oopsla up to? The leading forum for innovative and thought-provoking ideas in object-oriented programming for 21 years, oopsla is taking on today's...
cfp.oopsla@...
cfp.oopsla
Offline Send Email
Jun 4, 2007
1:38 am
2635
Hi, there ! This is to announce a new version of the Zero programming system: http://trevinca.ei.uvigo.es/~jgarcia/TO/zero/ Zero (zvm) is a persistent,...
baltasarq
Offline Send Email
Jun 17, 2007
8:56 pm
2636
... OOPSLA 2007 22nd Annual ACM SIGPLAN Conference on object-oriented Programming, Systems, Languages, and Applications October 21-25, 2007 Palais des Congres...
cfp.oopsla@...
cfp.oopsla
Offline Send Email
Aug 13, 2007
3:17 am
2637
http://www.bbspot.com/features/2001/09/robot_quiz.php...
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Aug 25, 2007
11:26 pm
2638
... OOPSLA 2008 23rd Annual ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages, and Applications October 19-23, 2008 Nashville...
cfp.oopsla@...
cfp.oopsla
Offline Send Email
Sep 6, 2008
9:26 am
2639
World-renowned Egyptologist Dr. Mark Lehner will speak at OOPSLA 2008 The OOPSLA conference attracts software technologists from around the world. Here they...
cfp.oopsla@...
cfp.oopsla
Offline Send Email
Sep 24, 2008
9:55 pm
2640
I (and many others) haven't posted here in a while, but I thought I'd give it a shot... :) In many languages, logic operators "and" and "or" have been...
Mike
mike_ekim
Offline Send Email
Nov 23, 2008
8:57 pm
2641
... What the hey, I'll bite. It's bad practice. You're conflating different ideas- for example nil/null and false. Which becomes a problem if the programmer...
Brian Hurt
bhurt42
Offline Send Email
Nov 24, 2008
1:16 am
2642
Replying to myself is bad etiquette, I know, but a new though just occurred to me. There is a logical fallacy a lot of people fall into that goes like this: ...
Brian Hurt
bhurt42
Offline Send Email
Nov 24, 2008
2:03 am
2643
Sorry for the short response, but the question remains... Python, Javascript, Lua, Ruby, all use "or" and "and" as: 1 or 2 => 1 1 and 2 => 2 Can there be a...
Mike Austin
mike_ekim
Offline Send Email
Nov 24, 2008
3:09 am
2644
... Yes, this is called the "coalesce" operator. My language, Cobra, has this as "a ? b" which evals to "a" unless it's nil, in which case it evals to "b"....
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Nov 24, 2008
3:39 am
2645
... Lisp, too. Pretty much any language without a separate boolean type that isn't trying to be C-compatible will naturally do the same thing. -- They do not...
John Cowan
johnwcowan
Online Now Send Email
Nov 24, 2008
7:19 pm
Messages 2616 - 2645 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