<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">I love Cuis. I am thinking of using it in my comparative languages course in the winter (at least as an alternative to Pharo). It’s not as sexy/modern-looking as Pharo, but it seems to be much more understandable.<br />
<br />
But in the meantime, for another project, I want to create a minimal Cuts image to use headless with SqueakJS.<br />
<br />
What I want in the image:<br />
1) the standard Smalltalk-80 classes, including the compiler and collections<br />
2) no display-related classes<br />
3) as few file-related classes as possible (I don’t need anything for my application)<br />
4) a few classes of my own<br />
<br />
I presume that this can be created a couple of different ways:<br />
1) start with nothing and built an image from pieces (what the Pharo people are doing now)<br />
2) start with a normal development image and remove things<br />
<br />
Any advice, or better yet cookbook/documentation/scripts, much appreciated.<br />
<br />
Thanks!</div>
</div>
<div name="messageSignatureSection"><br />
<div class="matchFont">../Dave</div>
</div>
</body>
</html>