839 packages
— page 30
Learning Smalltalk from the book about Pharo
GitHub
pharo
MIT
MAC5714 IME/USP Smalltalk OOP course
GitHub
A SmallTalk project made in Pharo 12.0 for the course "Meta Programming and Reflection" at the VUB, spring term 2026.
GitHub
pharo
MIT
A toy example for test-amplification CI
GitHub
MIT
Assignment for CPS311 course in SmallTalk in order to practice the essential core of SmallTalk programming language
GitHub
Smalltalk examples for game development talk
GitHub
Source code for Smalltalk Express libraries and examples.
GitHub
Example SFTP protocol over SSH2 connection for IBM Visual Age Smalltalk
GitHub
This project provides an implementation of tests in the manner or RSpec (for Ruby) and ScalaTest (for Scala). It provides an expressive DSL to create natural language tests. Examples: [ Set new ] should be empty. [ #(1) ] should …
SqueakSource
Quinto game from squeak by example
SqueakSource
squeak
Snakes and ladders implemented in Smalltalk for one of my courses
GitHub
Example web services clients using Masashi Umezawa's SOAPCore package
SqueakSource
Some example of the use of sockets as server and as client
SqueakSource
These are various examples from the Swiss Olympiad in Informatics (http://soi.ch/) and elsewhere. They are intended to show high school students how these problems can be solved with Squeak Smalltalk.
SqueakSource
squeak
Tutorial exercises. For details see the class comments of the ReadMe class.
SqueakSource
This is an implementation of an automatic, lazily expanding hash table based on Split-Ordered-Lists. It requires no re-hashing or re-bucketing to expand. It does require the use of a good hash function for your data domain. There is more information …
SqueakMap
squeak
This package contains some browsers built with ToolBuilder. They may serve as examples to learn to use ToolBuilder as well as general components to be extended by you.
SqueakSource
The Sort Criteria objects extend the standard SortCollection with an easy touse, simple yet powerful and dynamic sorting capability that can sortmultiple 'columns' or 'attributes' of a collection of objects. It's easy torearrange the column sort ordering and the acending …
SqueakMap
squeak
This package contains soundex and DoubleMetaphone which is used to convert words to a their sound components so that correctly spelled words can be found with misspelled worlds. Examples: 'titlebalm' soundsLike: 'teitelbaum' you can also get the phoneticStringsFor: to store …
SqueakSource
Smallish Squeak Launcher Thing that works for me. For the real stuff check out https://github.com/HPI-SWA-Teaching/Algernon-Launcher
GitHub
squeak
MIT
Squeak is a modern open-source development environment for the classic Smalltalk-80 programming language. Despite being the first purely object-oriented language and environment, Smalltalk is in many ways still far ahead of its successors in promoting a vision of an environment …
Web Discovered
squeak
Squeak Smalltalk source code for a Morph displaying sin/cos/tan as an animation. Here's an example captured animation: http://www.eighty-twenty.org/images/sct_anim.gif - SinCosTanMorph.st
Web Discovered
squeak