362 packages — page 9

KyotoTycoonClient

A Squeak Client for Kyoto Tycoon.Kyoto Tycoon is a newly-introduced lightweight KVS. It is a successor of Tokyo Tyrant.It has nice features as follows: Details: http://fallabs.com/kyototycoon/ "Use this script for 0.1.0 (I cannot add a release page why?)" Compiler evaluate: …
SqueakMap squeak

language-extensions

A set of new language features for Pharo 9.0-10
GitHub pharo

LDAP-Extensions

SmalltalkHub

LispKit

a kit for building one's own custom Lisp implementation 1) LispKernel, a minimal Lisp-2 interpreter with- dynamic scoping- all fundamental special forms: let, setq, and, or, if, defun, defmacro ...- 100+ basic functions: list, car, funcall, null ...- catch/throw, unwind-protect- …
SqueakMap squeak

lnu-roassal-extensions

Roassal2 extensions used by LNU-SparseMatrix and LNU-LinkedData-Visual packages.
GitHub

lsd-traits

SmalltalkHub

MaBase

MaBase provides a set of useful extensions to Squeak. The following are descriptions of the included packages: Ma exception handling -
SqueakMap squeak

MaBase

Muller Automation base-layer, a set of useful extensions for Squeak. Includes the Ma Serializer.
SqueakSource squeak

Magmafy

Magmafy contains some extensions to Magma. For instance custom indexes.
SqueakSource

MEPS

MEPS is a parser combinator for Smalltalk. MEPS consists of an interface used to build parsers, plus a set of method extensions in PositionableStream which combine the parsers. MEPS has been used for everything from one-liners to complete Java parsers. …
SqueakMap squeak

meta-project-sngugi

Extending Pharo Compiler
GitHub pharo

MetaclassTalk

Reflection and meta-programming in Smalltalk. Provides explicit metaclasses and other reflective features.
SqueakSource

MetaTalk

Reflective Language with a Pluggable/State-Full Meta-Level
SqueakSource

MethodRecompiler

This packages enables the recompilation of methods after changes in classeswithout the need to access any source code. This improves speed and in somesituations even makes it possible to recompile some classes at all (forexample, when using alternative compilers without …
SqueakMap squeak

MethodReplacement

FOR REFERENCE ONLY. NO LONGER MAINTAINED. This is an extension of the ObjectAsMethodWrapper project. I cleaned up the original code and tests, and added the ability to stub out a method on an existing class.
SqueakSource

MiniTraits

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) MiniTraits is a small implementation of Traits functionality. It enables you to create a set of behavior and state that can …
SqueakMap squeak

Mocketry

Mocketry - mock objects framework with SSpec functionality.[:mock | [mock someMessage] should strictly satisfy: [mock someMessage willReturn: 'some']] runScenarioor[:mock | [mock someMessage] should lenient satisfy: [mock someMessage willReturn: 'some']] runScenarioExtended pragma based Specs DSL:5 should equal: 6and ...See Wiki
SqueakSource

Momo

Just some morph extensions/addons which are here for convenience.
SqueakSource

MondrianAnimator

An extension of Mondrian to support animation.
SqueakSource

Monticello RMT Repository

Monticello RMT Repository is a new repository for Monticello. Prerequisites: RMT, McFileServer (included in SAR file)
SqueakMap squeak

MonticelloPackageBrowser

*Prerequisites: Monticello, OmniBrowser* 1-DescriptionA new package system coming with a new package browser intended to substitute PackageInfo and the old package browser.Once loaded, execute "Package bootstrap". This is necessary to built some packages from the classes present in the system. …
SqueakMap squeak

MooseJEE

Moose JEE is an extension of Moose to analyze Java Enterprise applications. For more information about the application and how to download it visit theMoose JEE web pageor directly download it executing:Gofer new squeaksource: 'MooseJEE'; package: 'ConfigurationOfMooseJEE'; load. (Smalltalk at: …
SqueakSource squeak

MSKExtension

Extensions to base classes of Gemstone/S
GitHub gemstone

MudPie

Tool for understanding indirect links between code.Requires Connectors.If you have trouble, please run the tests first. Documentation:Paper for ESUG 2003:http://esug2003.esug.org/academic/1-vainsencher.pdfShort description of that presentation:http://wiki.eranova.si/esug/MudPie And something like a tutorial is below: Start executing these from the top (use print it …
SqueakMap squeak

muscle

Muscle can help you to start, stop, startUI and restart images in *nix systems. It needs crab.How to load: take a fresh pharo image and load muscle (and crab and requisites) with this: Gofer it wiresong: 'mc'; package: 'Filesystem'; load. …
SqueakSource pharo