59936 packages
— page 133
Introduction to Smalltalk # What is Smalltalk? # Smalltalk is a dynamically typed, reflective, object-oriented programming language. Unlike many languages that evolved from a design document, Smalltalk emerged from a research project at Xerox PARC in the 1970s, aiming to …
Web Discovered
Posts about Beginners written by Scott Gibson, Ron Teitelbaum, and Michael Davies
Web Discovered
squeak
BehaviorMockup - mock objects framework with SSpec functionality. [:mock | mock someMessage] should strictly satisfy: [:mock | mock someMessage willReturn: 'some'] [:mock | mock someMessage] should lenient satisfy: [:mock | mock someMessage willReturn: 'some'] * 5 should equals: 6* and …
SqueakMap
squeak
This is obsolete project. UseMocketry
SqueakSource
Demo and slides for Bellairs 2026 workshop
GitHub
MIT
A set of Squeak benchmarks; note that they come from various sources though all are open by any reasonable standard. Benchmark - the old Green Book code, modernised a little to run on Squeak 4-ish images. MacroBenchmarks - some larger …
SqueakMap
squeak
This package contains some classic Benchmarks. 1). GreenbookBenchmarks, Squeak Version by Tim Rowledge The MacroBenchmarks. Now with their own class ("MacroBenchmarks"). Reports an array of times taken to run a number of macro operations indicative of typical Squeak activity, each …
SqueakMap
squeak
An implementation of the BEncode data encoding format, as seen in BitTorrent, the Mainline DHT, and so on. See https://en.wikipedia.org/wiki/Bencode and https://wiki.theory.org/BitTorrentSpecification#Bencoding .(This is a separate implementation from the 2013 Crypto-Bencode package published to http://smalltalkhub.com/tonyg/Crypto-Bencode/ ; Crypto-Bencode is less strict …
SqueakSource
squeak
fasdfdsfasdfsadf
SqueakSource
Sorry for cluttering up the global namespace, just seeing how this stuff works.
SqueakSource
This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/3/2008) This is an interface to Sleepycat's Berkeley DB (www.sleepycat.com). Currently, it supports simple database creation and manipulation using the BTREE access …
SqueakMap
squeak
An update of Stephen Pair's BerkeleyDB plugin and also a port of it to the LMDB
SqueakSource
BerSt - an interchangable object serializer.BerSt is a fully functional object serializer which supports shared/circular references.BerSt is built on BERT serialization protocol. All objects are represented as BERT tuples. You can easily debug binary data contents by a normal inspector. …
SqueakSource
BERT implementation in Squeak (http://bert-rpc.org/).BERT is a lightweight interchangeable serialization format between Ruby, Python, PERL, JavaScript, Erlang, Lua, etc.This core package does not include BERT-RPC nor ObjectStreaming (BerSt).VW version is also available on StORE.
SqueakSource
squeak
A port of the Better Dungeons JS package to Smalltalk
GitHub
MIT
PBE-LightsOut
SqueakSource
As of summer of 2005 all new bug reporting and harvesting tracking takes place on theSqueak Mantis Server. BFAV2 can continue to be used to look at past reports but no new reports or updates will be added to the …
SqueakMap
squeak
The BFAV is a handy tool that makes it easy to comment on proposed fixes and enhancements for Squeak. The BFAV enables you to browse the Bug Fixes Archive, evaluate the changeset(s) for a given post, and correctly post a …
SqueakSource
squeak
See the project homepage for details about the BFAV2 project. This SqueakMap package is a "load script" that loads the prerequisites for the BFAV2 and then installs the current public release of the BFAV2 from its Monticello repository.
SqueakMap
squeak