smalltalk

Description

everything smalltalk related

Details

Source
GitHub
License
MIT
Created
Aug. 31, 2025
Updated
Jan. 22, 2026

README excerpt

# smalltalk
everything smalltalk related

## src directory

pharo iceberg recommends an src directory inside a git repository

pharo 13 stable and unstable can both be crashy


## sbe-quinto

fantastic bit of guile scheme lisp code to solve the quinto 10 x 10 game 

uses un-hygienic lisp macros extensively

![SBE Quinto](sbe-quinto/screenshots/Screenshot-sbe-quinto-squeak.png "sbe quinto")

smalltalk by example (sbe) quinto game 

quinto is a game with grid 

player clicks a square , toggles neighbour squares

a neighbour is a square touching clicked square

a neighbour is vertical above below , horizontal left right 

a neighbour is never diagonal 

aim is to make entire board blue

is this a solved problem ?

try a smaller board and see if it can be solved


← Back to results