Skip to content

Comment on Pharo 8.0

Comments

Five clicks through from the home page and I still can't seem to find a "Getting started" / "Hello World" example.

One click on the "Documentation" tab provides links to several screencasts/tutorials. Are you looking for something specific? "Hello world" doesn't cleanly map to an environment as comprehensive as Pharo because there are so many options. Do you want "hello world" to output to the terminal (Stdio stdout << 'Hello world')? A window? A growl-style popup (UIManager default inform: 'Hello world')? The transcript (Transcript show: 'Hello world')?

Install it and try it. It might surprise you.

Books: https://books.pharo.org/

Pharo by Example should be a good starting point.

Developing in Smalltalk is unlike EVERYTHING else. As noted by seandenigris standard assumptions about things like "hello world" don't apply.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.