59732 packages — page 761

Lazy

SmalltalkHub

Lazy Collections

The idea for LazyCollection is very simple. It takes a functionalapproach to the common collection protocol of select:, collect:, andreject:. By functional, I mean the collection is not changed nor is a newone created. The blocks are kept around until …
SqueakMap squeak

LazyCollections

This framework started out as a simple means to delay calculating collection transformations until the last possible moment. It was an exercise in some functional programming. Later, I added Higher Order Methods (http://www.metaobject.com/papers/Higher_Order_Messaging_OOPSLA_2005.pdf) and I was inspired by Micheal Lucas-Smith's …
SqueakSource

LazyList

A list implementation that is completely lazy in nature. The main thing this buys one is the ability to easily work with infinite lists. It is also good at computing no more then is actually used. Though this does create …
SqueakSource

LazyRabbit

Fast & easy short cut protocol for lazy initialization pattern. It can add variable to a class and lazy initialization accessors in a fly. I can help you speed up & error free coding life.
SqueakSource

LC3-VM-Smalltalk

Smalltalk implementation of a VM for LC-3 architecture in Pharo dialect
GitHub pharo

LcsGtClient

LCS GT Client code (not loaded into GemStone)
GitHub gemstone

LCSolarizedTheme

SmalltalkHub

LCSTalk

LCSTalk is a small machine learning framework based on Learning Classifier Systems.More informationhere.
SqueakSource

LDAP

SmalltalkHub pharo

LDAP-Extensions

SmalltalkHub

LDAPlayer

LDAP client library written fully in squeak.
SqueakMap squeak

LDAPlayer

LDAP client for developers
SqueakSource

leandro.mcm

You might want to read aboutSqueak's Community Development Model. If you are not a core developer here is where you can submit suggested changes to Squeak. This repository is open to all reasonable submissions.Tests are always appreciated.Once a package is …
Squeak Trunk squeak

LeapMotion

SmalltalkHub

LeapYear

Given a year, report if it is a leap year. The tricky thing here is that a leap year in the Gregorian calendar occurs: on every year that is evenly divisible by 4 except every year that is evenly divisible …
GitHub

Learn

SmalltalkHub

Learn Smalltalk in Y Minutes

Web Discovered

learn-pharo

Let's learn a descendant of Smalltalk-80
GitHub pharo CC0-1.0

learn-smalltalk

GitHub pharo Unlicense

LearnAIDA

Learning this: http://www.aidaweb.si/
SqueakSource

LearnGlamour

SmalltalkHub

Learning

SmalltalkHub

LearningArtifacts

A set of artifact modeling learning situation. The artifacts are scriptable with Etoys tiles. It is a base unit to elaborate learning Etoys projects.
SqueakSource squeak

LearningOOP

SmalltalkHub