<div>Hello Squeak developers</div>
<div>&nbsp;</div>
<div>Is it true that you cannot include loose methods in</div>
<div>a Squeak or Croquet Package?</div>
<div>&nbsp;</div>
<div>I can see where you can include Classes in a Package</div>
<div>but can you include loose Methods?</div>
<div>&nbsp;</div>
<div>In Dolphin Smalltalk a Package can include loose</div>
<div>Methods and it is essential for my large&nbsp;Generator</div>
<div>Package to be able to do so.&nbsp; I need to be able to</div>
<div>put the method:</div>
<div>&nbsp;</div>
<div>Object&gt;&gt;asGenerator</div>
<div>&nbsp;</div>
<div>into the Package etc. etc.</div>
<div>&nbsp;</div>
<div>I have been thinking about beginning to port this</div>
<div>Generator Package over to Squeak since there is such</div>
<div>a well defined way of publishing Squeak software into</div>
<div>the web.&nbsp; But if there are no loose Methods in Squeak</div>
<div>Packages then I would have to forget about it.</div>
<div>&nbsp;</div>
<div>-Kjell</div>