839 packages — page 30

smalltalk-oop

Learning Smalltalk from the book about Pharo
GitHub pharo MIT

Smalltalk-OOP-course

MAC5714 IME/USP Smalltalk OOP course
GitHub

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

smalltalk-SmallBank

A toy example for test-amplification CI
GitHub MIT

SmallTalkApp

Assignment for CPS311 course in SmallTalk in order to practice the essential core of SmallTalk programming language
GitHub

SmalltalkExamples

Smalltalk examples for game development talk
GitHub

smalltalkexpress

Source code for Smalltalk Express libraries and examples.
GitHub

SmalltalkSFTP

Example SFTP protocol over SSH2 connection for IBM Visual Age Smalltalk
GitHub

SmalltalkTests

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

smhquinto

Quinto game from squeak by example
SqueakSource squeak

SnakeExample

SmalltalkHub

Snakes-And-Ladders-Smalltalk

Snakes and ladders implemented in Smalltalk for one of my courses
GitHub

SOAPClientExamples

Example web services clients using Masashi Umezawa's SOAPCore package
SqueakSource

SocketExamples

Some example of the use of sockets as server and as client
SqueakSource

SOI

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

SOIDavos

Tutorial exercises. For details see the class comments of the ReadMe class.
SqueakSource

SOLHashTables

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

SomeBrowsers

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

Sort Critter

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

SoundsLike

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

SpecTutorial

SmalltalkHub pharo

sqhello

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 by Example - Open Textbook Library

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 by Example – Doers of Stuff.org

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 · GitHub

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