wiki:smalltalk_koans

Version 4 (modified by patrick.rein, 12 years ago) ( diff )

--

Smalltalk Koans

Our Koans Text

How to Install

Environment
4.2 and later
4.1.1 (win)
r2499

Using Metacello, just run the following code in your workspace:

(Installer mc http: 'http://www.squeaksource.org/')
  project: 'koans';
  install: 'ConfigurationOfSmalltalkKoans'.
ConfigurationOfSmalltalkKoans load.

If you later want to get the latest development version, run this:

ConfigurationOfDesigner loadDevelopment.

System categories

Koans-Core ... Core and UI Components bringing the Sensei to life.
Koans-Abouts ... All Smalltalk koan lessons.
Koans-Bonsai ... Additional classes used during lessons.

Version 1.0

  • initial release

How to Use

Initial Steps to start Koans :)

Acknowledgments

The Smalltalk Koans were inspired by the Edgecase Ruby Koans project and the original "The little Lisper" Book by Daniel P. Friedman and Matthias Felleisen.

To date the following people contributed to this project:

  • Eric Seckler
  • Robin Schreiber
  • Patrick Rein

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.