389 packages — page 13

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

SLICE-PragmaPreferencesForSound

Monticello package 'SLICE-PragmaPreferencesForSound' in the inbox repository at source.squeak.org. Latest SLICE-PragmaPreferencesForSound-HenrikSperreJohansen.1.mcz; 1 version.
Squeak Trunk squeak

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

SOURCES File Extension - What is it? How to open a SOURCES file?

What you should know about SOURCES files. Opening SOURCES files without Squeak. Squeak is a Smalltalk based programming language that uses .IMAGE files and .
Web Discovered 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

StructureExplorer

Displays in the Transcript the different classes and traits and their methods. Example: StructureExporter new runOnCategories: #('RFStreams-Traits' 'RFStreams-Base').
SqueakSource

Stuff

nothing fancy, just some very basic classes I need everytime I start something new in Squeak: Matrix2D - just that, I guess everybody has one of their ownOrderedTreeNode - nothing sophisticated, just plain basic functionalityXMLObject - a very simple and …
SqueakMap squeak

SUnitExtensions

This project add new behavior to SUnit. This package has to be load to run the test of Aconcagua
SqueakSource

Swazoo-HTTP

A portable set of classes that model HTTP requests and responses, that form a base on which a web server could be built. With suitable extensions, these could also be used for an HTTP client library. SeeSwazoo-Serverfor the original, portable …
SqueakMap squeak

SystemTracerV2

Version of the SystemTracer2 package plus extension intended to create a 64bit image etc.
SqueakMap squeak

SystemTracing

The SystemTracer runs through the system tracing every accessible object, and writing a copy of each object onto a disk image. It does this carefully enough that the resulting clone can be started up and run, just like a snapshot. …
SqueakSource squeak

TADP-Traits

SmalltalkHub