help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [feature] Pragma for accessors


From: Gwenael Casaccio
Subject: Re: [Help-smalltalk] [feature] Pragma for accessors
Date: Tue, 12 Jan 2010 07:52:12 +0100

On Mon, 2010-01-11 at 23:48 -0700, Gwenael Casaccio wrote:
> Issue status update for 
> http://smalltalk.gnu.org/node/449
> Post a follow up: 
> http://smalltalk.gnu.org/project/comments/add/449
> 
>  Project:      GNU Smalltalk
>  Version:      <none>
>  Component:    Base classes
>  Category:     feature requests
>  Priority:     normal
>  Assigned to:  Unassigned
>  Reported by:  MrGwen
>  Updated by:   MrGwen
>  Status:       active
> 
> Instead of doint 
> Object subclass: Foo [
>  | a b c |
> 
>   a []
>   a: anObject [ ]
>   ...
> ]
> 
> Why not :
> 
> Object subclass: Foo [
> 
>  
> ]
> 
That is

Object subclass: Foo [

  <accessors: {#a. #b. #c}>
]

> 
> 
> 
> 
> _______________________________________________
> help-smalltalk mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-smalltalk






reply via email to

[Prev in Thread] Current Thread [Next in Thread]