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...
Want to share photos of your group with the world? 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 563 - 592 of 2746   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
563
http://www.self-similar.com/temporaries.html "Whenever a "return" statement is executed in a C++ program, an object is copied to a location, and then...
Steve Dekorte
stevedekorte
Offline Send Email
Jun 1, 2003
10:19 am
564
From an article written by Stanley B. Lippman: "... It is called the name return value optimization. It is applied implicitly by a compiler when the same named...
Mike
mike_ekim
Offline Send Email
Jun 2, 2003
7:12 pm
565
... Does it work if you don't give the object a name? Like: struct Error { char* message; int code; Error(char* m, int c) : message(m), code(c) {} }; Error...
Chris Double
chris.double@...
Send Email
Jun 2, 2003
10:47 pm
566
I am now using gcc 3.2, and all of the following functions invoke the constructor only once: foobar f1( int val ) { ` foobar local(1); ` local.ival( val ); `...
Mike
mike_ekim
Offline Send Email
Jun 3, 2003
4:03 am
567
The more I look into it, the more apparent the usefulness of such a thing. Single dispatch, multiple dispatch and patern matching matching are all based on...
Mike
mike_ekim
Offline Send Email
Jun 3, 2003
7:44 am
568
... Fine, but for me it's too complex to specify (how exactly should the compiler try to infer implications among several predicates to tell which is more ...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jun 3, 2003
8:07 am
569
I can dream can't I? :) Mike ... the compiler ... more ... without ... only...
Mike
mike_ekim
Offline Send Email
Jun 4, 2003
4:42 am
570
No no, keep dreaming! I like this a lot! There are some quick-win solutions to the problems given, quick enough that a test implementation wouldn't be hard to...
J. Stephen Riley Silber
jsrs701
Offline Send Email
Jun 6, 2003
7:30 pm
571
... I can live with having to write all such cases in one place. In my language I already can write definitions of functions by cases like in SML or Haskell -...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jun 6, 2003
8:03 pm
572
... just ... state ... cases like in ... recognizing ... combined with ... defined by ... generics). ... I had considered similar, albeit it would probably be...
cr88192
Offline Send Email
Jun 6, 2003
10:07 pm
573
Been thinking a little more, and with a simplistic implementation it's just traversing a dispatch tree. Well, a tree for each argument and then a master...
Mike
mike_ekim
Offline Send Email
Jun 9, 2003
7:35 am
574
http://www.namesys.com/whitepaper.html This article is mostly about file systems and databases, but it seems to me that a prototype-based object system with...
Steve Dekorte
stevedekorte
Offline Send Email
Jun 10, 2003
2:16 am
575
... I've been playing around (on paper only) with the idea of a language where predicates and the values they errrr... predicate are bundled together into what...
Tim Bissell
tim_bissell
Offline Send Email
Jun 12, 2003
11:32 am
576
... language ... immutable ... initialised, ... check ... can ... I am not sure, you may want to look into type theory... the idea of "contracts" is similar to...
cr88192
Offline Send Email
Jun 12, 2003
5:39 pm
577
I am feeling generally disliked recently (people aren't really talking to me that much), and what I have heard has generally been negative. I will not go into...
cr88192
Offline Send Email
Jun 12, 2003
6:59 pm
578
If you've done all this before you've even graduatiod, you're ahead of a lot of people already. What is the link to your language? You read and am interested...
Mike Austin
mike_ekim
Offline Send Email
Jun 13, 2003
4:21 am
579
... You ... features, ... I graduated highschool last week. I have generally been keeping stuff on: http://sourceforge.net/projects/bgb-sys/ last upload was on...
cr88192
Offline Send Email
Jun 13, 2003
5:10 am
580
Your source compiles and runs on my machine under cygwin. I ran gui0_glw.exe and as it said, there is a spinning cube in the middle :) Some of it looks like...
Mike Austin
mike_ekim
Offline Send Email
Jun 13, 2003
7:51 pm
581
I hardly head of Dylan in the news or newsgroup, actually the dylan newsgroup itself it pretty dead. But here's Functional Objects ...
Mike Austin
mike_ekim
Offline Send Email
Jun 13, 2003
7:59 pm
582
... actually buttons.lb is a fragment from a different project (I was working on fusing this with the quake engine) and is actually a different syntax: lb: my...
cr88192
Offline Send Email
Jun 13, 2003
8:12 pm
583
... I've used it quite heavily. From when it was Harlequin Dylan 1.0 to the latest Functional Developer. I have a website with various Dylan libraries for ...
Chris Double
chris.double@...
Send Email
Jun 13, 2003
9:58 pm
584
Can you shed some light on the following quote from gwydiondylan.com? "Several features of the language could be more elegant, and there's a wickedly intricate...
Mike Austin
mike_ekim
Offline Send Email
Jun 14, 2003
6:11 am
585
... I'm not sure. Probably something you'd have to ask whoever wrote that section. Functional Developer does shared libraries fine. They can be loaded and ...
Chris Double
chris.double@...
Send Email
Jun 14, 2003
12:20 pm
586
... grr, I was a dumbass here. I can't remember what it was on the 8th, at one point it was this, then (render render-show: ...), now I have both (as generally...
cr88192
Offline Send Email
Jun 15, 2003
6:14 pm
587
I've been playing around with code formatting, and half-line spacing for newlines looks really nice. Has anyone seen any editors that use this? Not sure how...
Mike Austin
mike_ekim
Offline Send Email
Jun 17, 2003
6:32 pm
588
Hey folks, It's almost been a year since langsmiths got started and I'm thinking it might be a good time for another langsmiths meeting in the Bay Area. Is...
Steve Dekorte
stevedekorte
Offline Send Email
Jun 18, 2003
4:07 pm
589
Hey, wow! That's a neat idea. I don't know of any editor (short of Word or something of its ilk) that can do this, but I'm writing a code editor myself right...
J. Stephen Riley Silber
jsrs701
Offline Send Email
Jun 18, 2003
7:23 pm
590
... and ... Are you using a component like TRichEdit in Delphi or rolling your own? If the first, it wouldn't be too hard to simply set the font smaller on...
Mike Austin
mike_ekim
Offline Send Email
Jun 19, 2003
12:12 am
591
Sounds OK to me. ... -- ... SuperCollider - a real time audio synthesis programming language for MacOS X....
James McCartney
james_e_mcca...
Offline Send Email
Jun 19, 2003
12:50 am
592
... spacing ... use ... theirof) ... yes, I tend to format code such that I would drop the first newline but leave the second (using your example): class Test:...
cr88192
Offline Send Email
Jun 19, 2003
1:09 am
Messages 563 - 592 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