Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
--- languages/squaak/doc/tutorial_episode_1.pod 2008-06-09 08:39:22.000000000 +0300 +++ languages/squaak/doc/tutorial_episode_1.pod.new 2008-06-11 12:45:39.000000000 +0300 @@ -141,7 +141,12 @@ (Note: if you're on Windows, you should use backslashes.) This will generate the files in a directory languages/squaak, and use the name Squaak as the language's -name. After this, go to this directory and type: +name. It won't generate the makefile for building the language, though. Type this +to generate the makefile: + + $ perl Configure.pl --languages=squaak + +After this, go to this directory and type: $ make test
This paste will be private.
From the Design Piracy series on my blog: