30230 packages
— page 350
This is a metamodel of a Latex document using Moose
GitHub
MIT
The LatexMorph makes use of Latex and Ghostscript, which must be installed on your system, to format Latex commands, and display the output in the morph. The output is anti-aliased (thanks to Ghostscript). All errors in Latex commands are caught …
SqueakMap
squeak
LatexMorph is an extensive adaptation of Simon Guest's LatexMorph to the world of Etoys. Teachers and children can use this Etoy to typeset complex symbols like Math, Indic or Arabic in paragraphs or button labels. LaTeX commands can be entered …
SqueakSource
squeak
Simple Latex renderer for Pharo smalltalk
GitHub
pharo
AGPL-3.0
Lava is a SQL query interpreter for the Magma object database. It allows the developer to create a relational schema over a Magma repository. SQL queries can then be made against the repository.
SqueakSource
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
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
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
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
Smalltalk implementation of a VM for LC-3 architecture in Pharo dialect
GitHub
pharo
LCS GT Client code (not loaded into GemStone)
GitHub
gemstone
LCSTalk is a small machine learning framework based on Learning Classifier Systems.More informationhere.
SqueakSource
LDAP client library written fully in squeak.
SqueakMap
squeak
LDAP client for developers
SqueakSource