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 317 - 346 of 2746   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
317
... I don't understand this. I didn't understand it when I read your sources either. In Self, an object's parent(s) is/are the same parent(s) that the...
James McCartney
james_e_mcca...
Offline Send Email
Dec 1, 2002
6:48 pm
318
... A poor choice of words on my part. By that I just meant a key to value mapping. A mapping of a symbol in the source code, say a local variable, to some...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 1, 2002
9:49 pm
319
... It doesn't have to be, but that's the convention I use. ... Blocks don't maintain state between calls. Closures do. Cheers, Steve OSX freeware and...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 1, 2002
9:55 pm
320
... It's a concept, not something you can take as a convention. If you take copy-on-write semantics, then it makes sense, or embedding-based prototypes, but...
Brian T Rice
water4512001
Offline Send Email
Dec 1, 2002
10:02 pm
321
... I don't see why not. If you didn't inherit from them, how would you see "class" variables? ... Paul Graham's adder example of a closure in LISP does this. ...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 1, 2002
10:25 pm
322
... Um, by putting them in the shared parents, the traits objects? Of course most things used as "class variables" are really just package-specific variables,...
Brian T Rice
water4512001
Offline Send Email
Dec 1, 2002
10:57 pm
323
... This is only one of many possible implementations of a prototype inheriting language, and one which borrows terminology and strategy from Self. IMHO,...
ryan daum
ryandaum
Offline Send Email
Dec 1, 2002
11:07 pm
324
... Traits objects were only an example of what could be a parent object. In this case, even you are objecting to presentation and not the concept itself. ... ...
Brian T Rice
water4512001
Offline Send Email
Dec 1, 2002
11:49 pm
325
As I understand it, the embedding based model described by Cardelli implements the inheritance of shared parts by using explicit aliasing of slots to other...
James McCartney
james_e_mcca...
Offline Send Email
Dec 2, 2002
2:42 am
326
yes, but the compiler can determine this and choose the appropriate implementation. The user should not have to bother with which is which. ... -- ... ...
James McCartney
james_e_mcca...
Offline Send Email
Dec 2, 2002
2:42 am
327
... I'm not sure what do you mean by the below. I guess you are applying some very specific properties of some language (maybe Self? I don't know it enough to...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Dec 2, 2002
3:06 am
328
... We're getting all turned around here -- my point was not to claim that a parent link was the canonical way of handling dispatch in prototype inheriting...
ryan daum
ryandaum
Offline Send Email
Dec 2, 2002
3:17 am
329
... It is a closure. It references the variable 'value' from the environment. There is only one way to interpret the above. ... [...] It's not a question...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Dec 2, 2002
3:47 am
330
... What do you mean by blocks (if not closures), how my example would look like? any (\x -> x > value) list -- __("< Marcin Kowalczyk \__/...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Dec 2, 2002
3:47 am
331
... I'm not sure I understand what do you mean by blue print and living in the context of programming languages. Is blue print making a program from a text...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Dec 2, 2002
3:47 am
332
... I would so want to disagree with this, but so far I am forced to at least partly... in my process of developing my system I quite often currupt the image, ...
cr88192
Offline Send Email
Dec 2, 2002
7:09 am
333
... Closures don't maintain state. Variables maintain state and closures can reference variables. I know what closures are but I don't know if you mean the...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Dec 2, 2002
2:41 pm
334
... Are these blocks Smalltalk-like blocks and the closures lisp-like closures? I was getting the feeling that they are the same thing. Is it possible to...
Steven Shaw
steshaw
Offline Send Email
Dec 2, 2002
3:08 pm
335
... We need to get rid of the concept of "idiots" and "languages for smart people". Most of these kinds of language arguments are based on psychology and...
Logan, Patrick D
patrickdlogan
Offline Send Email
Dec 2, 2002
8:50 pm
336
... This is the *definition* of a closure. A closure is "closed over" its environment. Any kind of a procedure that does not close over its environment is by...
Logan, Patrick D
patrickdlogan
Offline Send Email
Dec 2, 2002
9:01 pm
337
... More abstractly, how about: A type is a theorem about some aspect of a program's behavior. Static typing enforces some aspects of these theorems before ...
Logan, Patrick D
patrickdlogan
Offline Send Email
Dec 2, 2002
9:07 pm
338
... Now I see why this subject gets people frustrated. It seems that none of these terms is clearly defined. Each community seems to use them in different...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 2, 2002
10:04 pm
339
... How its blocks differed from closures? -- __("< Marcin Kowalczyk \__/ qrczak@... ^^ http://qrnik.knm.org.pl/~qrczak/...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Dec 2, 2002
10:24 pm
340
... A closure is the same concept in any language. It's simply spoken of in slightly different ways. I don't refer to them as "having state" really, especially...
Brian T Rice
water4512001
Offline Send Email
Dec 2, 2002
10:46 pm
341
There does seem to be confusion between blocks and closures. ... A block (in Smalltalk) is simply an anonymous procedure, e.g. syntactic sugar for a lambda...
kim
kimwhitelaw
Offline Send Email
Dec 2, 2002
11:56 pm
342
... Ok, I see what you mean. I view it as an implementation detail - it's still the same concept which may sometimes be implemented slightly differently. Both...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Dec 3, 2002
8:12 am
343
On Tuesday, December 3, 2002, at 12:12 AM, Marcin 'Qrczak' Kowalczyk ... Yes if you restrict your definition to less than full closures, then you wind up with...
James McCartney
james_e_mcca...
Offline Send Email
Dec 3, 2002
5:56 pm
344
... Indeed, and I don't advocate having downward closures in a language. ... Isn't it easier to attach individual objects to closures instead of activation...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Dec 3, 2002
8:49 pm
345
On Tuesday, December 3, 2002, at 12:48 PM, Marcin 'Qrczak' Kowalczyk ... Yes. You then have to implement two ways to access local variables in your virtual...
James McCartney
james_e_mcca...
Offline Send Email
Dec 3, 2002
9:01 pm
346
Two references on simplifying the compiling of closures... http://shorterlink.com/?TPI0TQ http://shorterlink.com/?ZBLKZB...
Logan, Patrick D
patrickdlogan
Offline Send Email
Dec 4, 2002
6:35 pm
Messages 317 - 346 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