14435 packages
— page 182
Allows you to put code in Strings that can be evaluated. Like inRuby.It uses Streams so it's more efficient than String concatentation.Examples:'{a} + {b} = {a + b}' evaluate.'CHF: {b printShowingDecimalPlaces: 2}' evaluate.'Seconds/day: #{24*60*60}' evaluate.
SqueakSource
Version Finale Evaluation Squeak Feux de Circulation
SqueakSource
squeak
Squeak Valeria Rogatchevskikh
SqueakSource
squeak
This is a program that tells whether a number is even or odd. I used spec to to make it in pharo 10
GitHub
pharo
MIT
*Requires SendTreeExplorer.* Have you ever wanted to trace some code which is part of the Morphic UI process, or code triggered by it? Had trouble trying to trace it in the debugger because interacting with the UI changes what you're …
SqueakMap
squeak
Mainly the Sophie event model extracted and a input envent sensor to test them
SqueakSource
A simple real-time monitor for events. Currently you can see the EventManager events and the OmniBrowser events, but you may implement your own monitors.Sample usage (Only in Squeak):To start the EventManager monitor, select the "Start Event Monitor" item from the …
SqueakSource
pharo
Small Seaside application to keep tracks of various events (research visit, participation in a conference, ...)After having loaded the monticello package in a seaside image, just make your web browser point to *http://localhost:8080/seaside/events*
SqueakSource
EventTrackerPp
SqueakSource
An experiment to create an event-driven version of Cog VM based on the approach used in the Android port. Such VM returns to its hosting process when there are no events to process, and resumes once there are such events.
SqueakSource
Examen patrones POO
GitHub