[squeak-dev] Altitude - Hello World #2

Colin Putney colin at wiresong.com
Wed Jul 18 19:41:12 UTC 2012


On Wed, Jul 18, 2012 at 8:06 AM, Chris Cunnington
<smalltalktelevision at gmail.com> wrote:
>
> This one is a little better, as it creates a canvas.
> But it's still pretty raw.

I just uploaded an Altitude implementation of the classic Seaside
counter application. It in the new AL-Examples package in the
repository at

    http://source.wireosng.ca/al

Run it like this:

    server := ALServer on: 8624 application: ALCounterApplication new.
    server start.
    server stop.


More information about the Squeak-dev mailing list