Booklet-DSst

Description

Data Structures in Smalltalk.

Details

Source
GitHub
License
MIT
Stars
2
Created
Oct. 21, 2020
Updated
April 7, 2025
Topics
booklet data-structures smalltalk

README excerpt

# Booklet-DSst

Either load it with:

```smalltalk
[ Metacello new
    baseline: 'BookletDSst';
    repository: 'github://massimo-nocentini/Booklet-DSst/src';
    load ] on: MCMergeOrLoadWarning do: [:warning | warning load ]
```

or depend on it with:

```smalltalk
spec baseline: 'BookletDSst'
	with: [ spec repository: 'github://massimo-nocentini/Booklet-DSst/src' ]
```


Source of https://massimo-nocentini.github.io/Booklet-DSst/

## Notebooks

- _Basic Pharo Objects_. ([pdf](https://github.com/massimo-nocentini/Booklet-DSst/releases/latest/download/BookletDSstTest-testBasicObjectsNotebook.pdf))
- _An introduction of the (Pharo) Smalltalk object model._ ([pdf](https://github.com/massimo-nocentini/Booklet-DSst/raw/master/images/BookletDSstTest-testBasicObjectsNotebook.pdf))
- _An introduction of the *Microdown* markup language._ ([pdf](https://github.com/massimo-nocentini/Booklet-DSst/raw/master/images/BookletDSstTest-testMicrodownNotebook.pdf))

← Back to results