-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.pillar
18 lines (11 loc) · 891 Bytes
/
index.pillar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "title": "Pharo development examples and exercises" }
*This repository>https://github.com/cdlm/pharo-katas* contains small *Pharo>http://pharo.org* programs to be used as development examples or use-cases during programming courses.
The final, complete code is available as a *FileTree>https://github.com/dalehenrich/filetree* snapshot in the ==repository== subdirectory.
Do not be surprised if code excerpts in the tutorial do not exactly match the snapshot: for important methods, we explain successive intermediate implementation steps.
We also slightly shorten package names for concision.
Currently, there is only the following example program:
- A simple *simulation of a computer network>./lan-simulator.pillar*, showing how packets are delivered (package ==Kata-NetworkSimulator==). *PDF>./lan-simulator.pdf*
% Local Variables:
% tab-width: 4
% indent-tabs-mode: nil
% End: