DateTime's and LargeIntegers

Ned Konz ned at squeakland.org
Tue Jun 29 02:00:20 UTC 2004


On Monday 28 June 2004 6:10 pm, Ross Boylan wrote:
> Second, I see some discussion of LargeInteger plugins.  That might
> make my operations go much faster.  Are those builtin by default?  I
> don't see anything in /usr/lib/squeak, even for the 3.6 Debianized vm
> that I got, I think, from Ned Konz.  Would such a plugin help?  How do
> I get or build it?  How do I know if I'm already using it?

do print-it's on:

Smalltalk listBuiltinModules  
	#()
Smalltalk listLoadedModules  
	#('SoundPlugin 26 March 2004 (e)' 'ZipPlugin 26 March 2004 (e)' 'SocketPlugin 
26 March 2004 (e)' 'LargeIntegers v1.2 26 March 2004 (e)' 'B2DPlugin 26 March 
2004 (e)' 'FT2Plugin 26 March 2004 (e)' 'BitBltPlugin 26 March 2004 (e)' 
'SecurityPlugin 26 March 2004 (e)' 'FilePlugin 26 March 2004 (e)' 
'MiscPrimitivePlugin 26 March 2004 (e)')

-- 
Ned Konz
http://bike-nomad.com/squeak/



More information about the Squeak-dev mailing list