4344 packages — page 46

Functional Pattern Matching

Most functional programming languages like Haskell or ML allow to define functions using pattern matching. Instead of testing arguments in the body of a message, this allows to specify case-based function definitions in a very elegant way. An example of …
SqueakMap squeak

Functional Smalltalk | PDF

The document discusses how Smalltalk can support functional programming through existing features and extensions. It describes how the Pharo-Functional repository adds syntactic sugar like the compose operator and collection literals to make functional code more succinct. New classes and methods …
Web Discovered pharo

FuzzyObjects

Old code snippets created 1993-1994 with Smalltalk/V. I created this repository only to play with it and learning the workflow between Pharo, Git, Github, Tarvis-CI.
GitHub pharo MIT

gaf

GAF is a generic action framework that human interfaces use to discover and expose actions of interest on the models they display
GitHub squeak MIT

Gal2

SqueakMap squeak

Games

Chess, FreeCell, SameGame, ChineseCheckers, Tetris and more Warning: use this if you deleted games using something like GamesRemoval, you must have Led*s classes in your image before filing in this. Depends on:- SarInstaller (present in 3.6a) If you want to …
SqueakMap squeak

GamesForTrunk

I do a Monticello package in MCHttpRepositorylocation: 'http://www.squeaksource.com/Ladrillos/'user: 'squeak'password: 'squeak'It's MorphicGames-edc.1.mczAnd create this .pr as equivalent to 3.6
SqueakMap squeak

Gardner

Gardner is a Wiki disguised as a Seaside component. It uses on the SmallWiki syntax and has code to convert from Swiki syntax. The idea is to keep Gardner as simple as possible, so that it easily integrates in Seaside …
SqueakSource

GarminGPS

This package establishes a connection between a Garmin GPS receiver and Squeak. It allows upload and download of waypoints, tracks and routes.
SqueakMap squeak

gat

A tracker to take google analytics data and process (show) it.
SqueakSource

GDB

Monticello package 'GDB' in the VMMaker repository at source.squeak.org. Latest GDB-bgs.4.mcz; 3 versions.
Squeak Trunk squeak

gekon

GeKon is an object-based prototype implmentation of Geographical/Spatial Information System (GIS). Its purpose is to verify some novel ideas about geo-spatial system design.
SqueakSource

GeKonGeoAgent

Smyslem je navrnout softwarovou reprezentaci GeoAgenta pro projekt GeKon. GeoAgentem je tady míněn softwarový agent respektující prostorová omezení daná jeho geometrickými vlastnostmi, geometrickými vlastnostmi jeho okolí a topologickou strukturou dat ve kterých se pohybuje. Tedy například, člověk který se pohybuje …
SqueakSource

GeKonGUI

Smyslem je navrhnout a vytvořit GUI pro funkce aktuální implementace GeKona (seznam funkcí ve spolupráci s týmem projektu GeKon Code Integration). Dále navrhnout a vytvořit mechanismy pro dotváření dalších prvků GUI pro ostatní aktuální projekty.
SqueakSource

GeKonSpatialConstr

Smyslem je navrhnout a implementovat 2D a 3D prostorová omezení do projektu GeKon. Projekt se zabývá prostorovým popisem reálného světa, tedy nacházejí se v něm například domy a ulice. Podstatou tedy je, že když do ulice ať v její 2D …
SqueakSource

GemStone-GCI

Open source FFI implementation for GemStone/S 64 Bit GemBuilder for C 3.2.x+
GitHub gemstone MIT

GeneralEnh-ajh

Fixes:Enhances failure code for elementsExchangeIdentityWith:.Enhances Interval + and -.Enhances LinkedList species, at: and add:before:.Enhances LookupKey name.Enhances Message printOn:.Moves tryNamedPrimitive... from Object to ProtoObject so simulator will work correctly for all objects.Enhances Object copy by calling postCopy.Fixes Object newFrom: and copySameFrom: …
SqueakMap squeak

Generator

Monticello package 'Generator' in the continuations repository at source.lukas-renggli.ch. Latest Generator-lr.6.mcz; 6 versions.
Lukas Renggli Source

Generic Actions Framework

This simple framework (inspired by OBAction, from OmniBrowser) defines an abstraction layer between a model and a human interface. Using this abstraction, the model answers GenericActions (slightly extended MessageSends) a human might want to perform, and the human interface uses …
SqueakMap squeak

GeneticAlgorithm

Genetic Algorithm in Squeak is a genetic algorithm framework that implements the operation of selection, mutation, and crossing-over. Memetic-algorithm capabilities were added through an implementation of a local search based on hill climbing and dynamic hill climbing. Mutation operations are …
SqueakSource pharo

GentleSmalltalkIntroduction

SqueakMap squeak

Geppetto

Geppetto brings partial behavioral reflection to Squeak!It allows to reify different operations like message send, message receive or field access (read and write). Upon such operation occurrences at runtime a shift to the meta-level may occur where user-defined metaobjects can …
SqueakSource squeak

Geppetto2

Monticello package 'Geppetto2' in the transactional repository at source.lukas-renggli.ch. Latest Geppetto2-md.123.mcz; 1 version.
Lukas Renggli Source

Gestion-de-Videoclub

Programa realizado en SmallTalk para consolidar conocimientos de la Programación Orientada a Objetos que simula el funcionamiento de un VideoClub o plataforma de Streaming.
GitHub

GestionAlumnos

SqueakSource