Classboxes

Bergel, Alexandre bergel at iam.unibe.ch
Tue Feb 13 11:37:24 UTC 2007


Hi!

I am the author of Classboxes.
An classbox-ified squeak image is available on http:// 
www.iam.unibe.ch/~scg/Research/Classboxes/classbox.zip

To get into it, a tutorial is available:
http://smallwiki.unibe.ch/classboxes/classboxtutorial/

The squeak version of classboxes is not maintained anymore. The main  
reason stems from the complexity of making all the development tools  
classbox aware. I made a browser, but the inspector and the debugger  
need to be adjusted, which represent a significant amount of work...

Cheers,
Alexandre


Am Feb 10, 2007 um 10:21 PM schrieb Gilrandir:

> Hi all,
> i'm looking for a decent module system for Squeak and i'm playing  
> with Classboxes - they seem to be ideal - it's still pure  
> Smalltalk, they work together with Traits, but there seems to be  
> something broken: in Classbox>>scope is an attempt to instantiate a  
> class named Environment, which is nowhere to be found - the base  
> environment seems to be the Smalltalk system dictionary itself, but  
> i have no idea, which class should replace it in the Classboxes.  
> The full method source is:
> Classbox>>scope
> 	^ scope ifNil: [ scope _ Environment new]
> ...is there a definition of this class somewhere? Or how should it  
> look like, if it should "replace" the system dictionary for the  
> different classboxes?
> Thanks for any help.
> Viktor Svub
>

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.cs.tcd.ie/Alexandre.Bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






More information about the Squeak-dev mailing list