On 10/30/2009 06:50 PM, Roland Plüss wrote:
So with other words no damage is done if I hijack #new for the creation
purpose and leaving #initialize to the scripts only for code to setup
their smalltalk type parameters.

Yeah, you can even hijack #basicNew (normally a primitive, but a cCall is also a "primitive") and do the usual

    new [ ^super new initialize ]

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to