Tag #framework

Pharo 7portabilityframework
The Grease Portability Library
Pharo 6webhttpajaxwebappframework
Iliad is not a traditional web framework. Heavily based on reusable stateful widgets, Iliad lets you build powerful dynamic applications easily. It allows you to trigger smalltalk code when an user clicks on a link or submit a form instead of bothering you with low level detai...
Pharo 4gameboardframework
Framework for building board games. It includes many examples implemented.
Pharo 6frameworkmocksTDDBDDSUnit
Mocketry is mock objects framework. It provides simplest way to stub any message to any object and to verify any occurred behaviour. mock := Mock new. mock stub someMessage willReturn: 1000. mock someMessage should be: 1000. mock should receive someMessage. rect := 0...
Pharo 6frameworkanalysis
ObjectStatistics is tool to analyse set of objects by computing different kind of metrics and look at them from different angles. Imaging that we have collection of message sends and we want to know number of message sends in dimension of receiver, receiver class and message s...
Pharo 7webseasideframework
The framework for developing sophisticated web applications in Smalltalk. See http://www.seaside.st
Pharo 6frameworkvalidationTDDBDDSUnit
StateSpecs is object state specification framework. It describes particular object states by first class specifications. For example there are SpecOfCollectionItem, SpecOfObjectClass and SpecOfObjectSuperclass. They can match and validate given objects. In case when object is ...
Pharo 6microwebframeworkhttpsinatra
Teapot is micro web framework on top of the Zinc HTTP components, that focuses on simplicity and ease of use.