362 packages — page 13

ScratchPatchXML

This change set enables Scratch to export scripts (block stacks) into an xml format, and to import scripts from xml files. Once this change set is filed in, you will get an additional menu entry in the right button blocks …
SqueakMap squeak

SDE-Reflection

SmalltalkHub

SeabookToDoAddMagma

Invites the SeabookToDo student to integrate Magma into the example. Included are a ToDoMagmaServerExample class and a ToDoMagmaClientExample. The student is invited to enhance the View classes of the SeabookToDo to utilise a new instance of ToDoMagmaClientExample to learn about …
SqueakSource

SeasideDisqus

Various patches and extensions I'm using for my software. I'm releasing all this as MIT for others to use, take a look, inspire official patches, etc.
SqueakSource

SeasideMootools

This is a port of Michael Lucas-Smith's MooTools packages for VisualWorks. Michael has stated that this package is public domain.The port also includes a port of the dynamic parser/compiler package. However, it is currently not used by MooBrush, because of …
SqueakSource squeak

SeasideTesting

Extensions to the SUnit framework to support writing test for Seaside components and applications
SqueakSource

SentorsaSeasideForms

It's a form building superclass that lets you write as little code as possible to get a form up and going and works with either your domain model object, or the form itself acting as the model in cases where …
SqueakSource squeak

ShortcutsCenter

A framework to create and document your Spec widget's shortcuts using pragmas.
GitHub MIT

ShoutTraits

Shout.2 and Traits Beta1 must be installed first.
SqueakMap squeak

SimpleMacro

MacroProcessor is a preprocessor that can process a String and given a startString and an endString it will call a given model (or a pluggable block) to expand the contents found between those markers. The content between one such pair …
SqueakMap squeak

simulation

Simulations extension for OpenPonk tool
GitHub

SmaCC Development for <=3.8

SmaCC (Smalltalk Compiler-Compiler) is a freely available parser generator for Smalltalk.Use this package if you want to develop a new parser/scanner/compiler. It is a replacement for the T-Gen parser generator. T-Gen has several limitationsthat make it difficult to produce parsers. …
SqueakMap squeak

SmaCC Runtime

Use this, if you have created some parsers/compilers with SmaccDevelopment and want todeploy them without the development.
SqueakMap squeak

SmaccDevelopment

SmaCC (Smalltalk Compiler-Compiler) is a freely available parser generator for Smalltalk. To get started loadSmaCC(Runtime) andSmaCCDev(Development Tools). The development tools also depend on the refactoring engine.
SqueakSource

SmallDEVS

SmallDEVS is a new implementation of B. Zeigler's DEVS formalism. Its design is based on Zeigler's book "Theory of Modeling and Simulation" and partially influenced by Python DEVS (http://moncs.cs.mcgill.ca/MSDL/research/projects/DEVS/). It is an experimental software. It allows for experimenting with prototype-based …
SqueakMap squeak

SmallInterfaces

'SmallInterfaces' brings you long-awaited 'interface' in Smalltalk.The extension is originally developed by Benny Sadeh in VisualWorks NC. I ported this interesting extension to Squeak.
SqueakMap squeak

smalltalk-project

A SmallTalk project made in Pharo 12.0 for the course "Meta Programming and Reflection" at the VUB, spring term 2026.
GitHub pharo MIT

SmallTasksTwitter

SmallTasksTwitterFramework is an extension of the SmallTasksFramework for processing streamings of tweets from a hashtag.
GitHub MIT

Sorrow

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) A compiler for a language similar to Joy (http://www.latrobe.edu.au/philosophy/phimvt/joy.html) to Squeak bytecode.
SqueakMap squeak

SqueakCheck

SqueakCheck is a port of Haskell's QuickCheck.QuickCheck provides several independent features:an easily extensible test data generatora test runner that takes "properties" - single-parameter blocks - and spits out results. In particular, it prints out counterexamples to your supposedly invariant properties.JUnit …
SqueakSource squeak

Squot

Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage. This also includes the Git Browser which can be found in the Tools menu in Squeak 5.3. When you load this, the FileSystem API and the FileSystem-Git …
SqueakMap squeak

SSP

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) This change set enables servlet style methods to be written in the classbrowser. I named it SSP because of it's likeness …
SqueakMap squeak

StatefulTraits

Enable traits define instance variables. Composition is simply concatenation of variables.
SqueakSource

StDebuggerProfilerExtension

GitHub pharo MIT

StringExtensions

SmalltalkHub