891 packages
— page 3
This package is ONLY meant for a 3.4 or 3.5 image. If you want to remove Celeste from a 3.6 or later image, just remove the system category (or use Monticello to unload the package). Before installing this package, you …
SqueakMap
squeak
Chaski is a tool for visualizing the execution of an object oriented program, showing the interaction between objects through messages exchanged between them, in the order they occur. This visualization helps to: understand the current behavior of the software, find …
SqueakSource
An implementation of smalltalk in lisp. Also for handhelds in the future.
Launchpad
Introduces the ANSI DateAndTime and Duration classes.Refactors existing Date,Time and TimeStamp classes for backward compatibility. Supports arbitary Timespan classes, including Year, Month, Week, Date.Support for arbitary Schedules.See homepage for examples. Tested on 3.6 gamma, latest update 5420. Included in the …
SqueakMap
squeak
Chronos is an industrial strength Date/Time library: * Implements the ANSI-Smalltalk Standard DateAndTime, DateAndTimeFactory, Duration and DurationFactory protocols.* Supports the full functionality of the Olson Timezone Database (the native time zone database of UNIX)--including time zone rules that vary from …
SqueakMap
squeak
Chuck is a type inferencer for Squeak program code. Type inference allows programmers and tools to find the type of a variable or expression in the program. This information is useful directly, and it is also helpful for improving tools …
SqueakMap
squeak
Refactors a bunch of code so that it decomposes nicely into PackageInfo-style packages. Also adds discard* methods to SystemDictionary to make it easy to remove those packages from the image.
SqueakMap
squeak
Prerequisites: 3.8a6315, Compiler (version 19) This package adds a closure compiler to the standard Squeak image without replacing the existing compiler. A new 'general' preference called #compileBlocksAsClosures determines which compiler to use for NEW methods only. When true the closure …
SqueakMap
squeak
"A meta-level architecture for describing a wide range of object behaviour models. CodA can be thought of as a generic object engine framework in wich users define, on a per-object or even per-user basis, how object's behave computationally." This is …
SqueakSource
pharo
Camp Smalltalk Supreme 2022 Async Demos
GitHub
va_smalltalk
MIT
A re-imagined port of Squeak Actors to Cuis-Smalltalk
GitHub
squeak
MIT
This package provides the means for using 'class as pool dictionaries'therefore enabling a more declarative style of using pools.The packages refactors some compiler protocols and provides a baseclass 'SharedPool' to be used as superclass for any declarative pool.The package contains …
SqueakMap
squeak
This provides simple CLOS-like multiple dispatch for Smalltalk methods. It operates on a selector naming convention. For example, you might have a generic selector #add:to:, with more specific versions #addNumber:to:, addString:to:, add:toArray:, addDictionary:toDictionary:, and so on. With this package loaded, …
SqueakMap
squeak
Provides an extension of SUnit so tests are run covered and get sorted due to their coverage. Should include other commands than unit tests like example methods in the future as well.
SqueakSource
An Ephemeron is an object which refers strongly to its contents as long as theEphemeron's key is not garbage collected, and weakly from then on. Ephemeronssolve a problem which is commonly found when trying to "attach" properties toobjects by using …
SqueakMap
squeak
Monticello package from petit repository
Lukas Renggli Source
pharo
Monticello package from petit repository
Lukas Renggli Source
pharo
Monticello package from petit repository
Lukas Renggli Source
pharo
Monticello package from petit repository
Lukas Renggli Source
pharo
Monticello package from petit repository
Lukas Renggli Source
pharo
Monticello package from petit repository
Lukas Renggli Source
pharo
A challenge to speed up factorial after the contest set up on vwnc list by Paul Bauman
SqueakSource