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...
Show off your group to the world. Share a photo of your group with us.

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 630 - 659 of 2746   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
630
... Plain functions would work in this case. ... I don't feel the need of a macro system. Yes, it does mean that the language includes more syntactic sugar...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jul 1, 2003
10:56 pm
631
I've been striving for a very clean design, and I think I have achieved it. If you don't mind me blabbing a bit, writing about it helps solidify my own...
Mike Austin
mike_ekim
Offline Send Email
Jul 1, 2003
11:06 pm
632
... yes, I didn't take that into account... ... but ... language ... it's still ... understood. ... syntax is ... can use ... take the ... encoding could ... ...
cr88192
Offline Send Email
Jul 2, 2003
2:34 am
633
... I have significant linebreaks but insignificant indentation, like Ruby. Haskell's significant indetnation looks pretty but it does cause problems ...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jul 2, 2003
9:39 am
634
... killed ... having ... ways ... Ruby. ... that works. ... problems ... errors" ... varying ... the ... could make the ... conforms to the ... errors" with ...
cr88192
Offline Send Email
Jul 2, 2003
3:07 pm
635
... Here application of a named function has a lower precedence than operator application, which is different from ML, Haskell and my language, and in some ...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jul 2, 2003
4:53 pm
636
... operator ... and in some ... around ... parenless syntaxes ... Smalltalk has ... ok. ... currying although ... arguments, it's ... I had decided that it...
cr88192
Offline Send Email
Jul 2, 2003
7:24 pm
637
I have gotten mirrored objects to work (though at present not implicitly). in general it works by propagating changes in field values. so far I was able to get...
cr88192
Offline Send Email
Jul 3, 2003
9:34 pm
638
... Can you explain what mirrored objects do? I've visited your site, but I still don't have a grasp of your language - it is lisp like, but for example - ...
Mike Austin
mike_ekim
Offline Send Email
Jul 4, 2003
6:38 am
639
... mirrored objects: ok, an object starts on one node. on reference it is mirrored to other nodes (and consistency is maintained as well). changes to data are...
cr88192
Offline Send Email
Jul 4, 2003
10:38 am
640
here is a clip from my site where I tried to decide some goals for my ... I will try to decide some goals for the project: be simplistic and failrly...
cr88192
Offline Send Email
Jul 5, 2003
7:08 am
641
... Does it mean that I can't install a new graphic editor and use it with old picture files? Does it mean that a document can be printed by one and only one...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jul 5, 2003
3:58 pm
642
... should ... with old ... and only ... people can ... well, in the first one the graphics editor should be the file, or conversly, the file should not...
cr88192
Offline Send Email
Jul 5, 2003
7:35 pm
643
... Why to tie tools to data? IMHO it's essential that we pass emails as pure data, so they can be processed by any email client someone wants to write, in...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jul 5, 2003
8:49 pm
644
... be processed ... whatever ... there are good and bad points. the recieving end would need to know the protocol/language, but the reieving end could recieve...
cr88192
Offline Send Email
Jul 6, 2003
2:00 am
645
Hi gang, Just wondering what techniques people have used to to synchronize write access among threads to prototype objects in a single root. I'd like to not...
J. Stephen Riley Silber
jsrs701
Offline Send Email
Jul 7, 2003
8:41 pm
646
... Have you looked into actors? Cheers, Steve OSX freeware and shareware: http://www.dekorte.com/downloads.html...
Steve Dekorte
stevedekorte
Offline Send Email
Jul 7, 2003
8:55 pm
647
... on ... through ... please ... I had considered a more implicit form of locking as well: objects are only entered once unless called by self. this would...
cr88192
Offline Send Email
Jul 8, 2003
2:14 am
648
ok, a little late, somehow I missed this one... ... just ... arguments, ... declared in ... address - ... gcc can't ... I am not sure how one would force the...
cr88192
Offline Send Email
Jul 8, 2003
2:25 am
649
... http://gcc.gnu.org/onlinedocs/gcc/Global-Reg-Vars.html register kog_value kog_arg1 __asm__("ebx"); register kog_code_ptr kog_return __asm__("ebp"); Glasgow...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jul 8, 2003
5:48 am
650
... except that ... memcpy or the ... requires ... this seems a tiny bit disturbing to me. I tend to follow a little more closely to the ansi spec (though not...
cr88192
Offline Send Email
Jul 8, 2003
6:48 am
651
... I feel safe if there is a single place to switch it. And it applies only to runtime, the output of the compiler is the same. My goal is to have the same C...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jul 8, 2003
8:30 am
652
... only to ... the same ... understood. ... and has too ... integers of ... (characters), and that ... usually pointers and integers are cast to long, where I...
cr88192
Offline Send Email
Jul 8, 2003
3:33 pm
653
... Fortunately I don't need to assume this. I use pointer-sized ints much: for vector and string sizes, for object and memory sizes in the garbage collector,...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jul 8, 2003
9:54 pm
654
... Oh dear, there's that word again. Do you have any pointers where I can get started with actor technology?...
J. Stephen Riley Silber
jsrs701
Offline Send Email
Jul 8, 2003
10:00 pm
655
... Here's an article on the first actor language: http://agents.www.media.mit.edu/people/lieber/Lieberary/OOP/Act-1/ Concurrent-OOP-in-Act-1.html Cheers, ...
Steve Dekorte
stevedekorte
Offline Send Email
Jul 8, 2003
10:07 pm
656
... I faced this problem with Onyx[1], my pet programming language, and solved it by providing a per-thread boolean flag that determines whether newly created...
Jason Evans
jasonoevans
Offline Send Email
Jul 8, 2003
10:21 pm
657
... my ... bits in ... garbage ... integers etc. ... the problem is the occurance of (cell<<3) to get the byte offset, I would need (cell<<4) for 64 bit...
cr88192
Offline Send Email
Jul 9, 2003
1:45 am
658
Haven't seen any activity posted on the yahoo site in 6 days. Whassup?...
J. Stephen Riley Silber
jsrs701
Offline Send Email
Jul 15, 2003
5:21 pm
659
... I don't know, I have not seen any activity either... I had just figured maybe no-one had anything to say, or that me posting had drove them off or...
cr88192
Offline Send Email
Jul 16, 2003
12:20 am
Messages 630 - 659 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