CodeOfSpec20Book

Details

Source
GitHub
Stars
8
Forks
3
Created
Aug. 6, 2019
Updated
March 26, 2026

Categories

UI / Graphics

README excerpt

# CodeOfSpec20Book

This repository contains example code for the Spec 2.0 framework and is a companion for the book [Application Building with Spec 2.0](https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2),
describing in detail the Pharo framework to build user interfaces.

To load it:

```smalltalk
Metacello new
    baseline: 'CodeOfSpec20Book';
    repository: 'github://SquareBracketAssociates/CodeOfSpec20Book:master/src';
    load
```
← Back to results