Environment?

Bergel Alexandre bergel at iam.unibe.ch
Fri Dec 20 11:55:47 UTC 2002


Hello Tim,

I have used Environment for making my Classbox Model (a new approach for modularization). It works if you just want to store some class into a namespace. 

A starting point could be:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	cls _ ClassBuilder new
			name: aName
			inEnvironment: anEnviroment
			subclassOf: superclass
			type: superclass typeOfClass
			instanceVariableNames: ivs
			classVariableNames: ''
			poolDictionaries: ''
			category: self name.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Cheers,
Alexandre

On Thu, Dec 19, 2002 at 03:28:34PM -0800, Tim Rowledge wrote:
> For some stuff I'm working on I'm looking at the class 'Environment' 
> etc and wondering if anyone knows if it actually works (ever? still? 
> with some extra fileins?).  I wasn't able to spot anything about it on 
> the Swiki and there appears to be no actual use of it within the 3.4 
> image.
> Before I spend too much time on it, I thought it would be useful to see 
> if anyone else has made use of this class...
> 
> tim
> -- 
> tim at sumeru.stanford.edu
> 

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._
Bergel Alexandre  http://www.iam.unibe.ch/~bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^



More information about the Squeak-dev mailing list