Skip to content

massimo-nocentini/Booklet-DSst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booklet-DSst

Either load it with:

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

or depend on it with:

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)
  • An introduction of the (Pharo) Smalltalk object model. (pdf)
  • An introduction of the Microdown markup language. (pdf)