Live data from Hacker News

Pharo MOOC

mooc.pharo.org

11–20 of 114 posts

Re: Pharo MOOC

#11
"Pharo is a pure object-oriented programming language in the tradition of Smalltalk. It offers a unique developing experience in constant interaction with live objects. ... When programming in Pharo, you are immersed in a world of live objects. You have immediate feedback at any moment of your development on objects representing web applications, code itself, graphics, network."

Re: Pharo MOOC

#13

Even if you are not going to develop any major apps in Smalltalk, its a language worth learning. Teaches you a lot about OO programming

Isn't Pharo a different language from Smalltalk?

That's sort of like asking if Scheme is a different language than Lisp.

Re: Pharo MOOC

#15

Even if you are not going to develop any major apps in Smalltalk, its a language worth learning. Teaches you a lot about OO programming

Isn't Pharo a different language from Smalltalk?

It started out as a fork of Squeak; IDK how much it has diverged since then.

Re: Pharo MOOC

#17
Random off-topic feedback: the video is not correctly configured in Firefox (on MacOS). The pervasiveness of Chrome scares me sometimes.

Re: Pharo MOOC

#18
post #3

This is kind of an offtopic question, but regardless: Is there any application written in smalltalk in the debian repository? (or any other linux distro)

The only people I've heard of using Smalltalk at all other than in dogfood situations are people using Gemstone. https://en.m.wikipedia.org/wiki/Gemstone_(database)

Way back in the day, "DabbleDB" was written in Smalltalk. (It was a Zenkit/Airtable type web app.)

If I remember right, they had a separate image per customer and it took a moment to bring up the VM if hadn't been to the site in a while.

Re: Pharo MOOC

#19
post #17

Random off-topic feedback: the video is not correctly configured in Firefox (on MacOS). The pervasiveness of Chrome scares me sometimes.

It works here on firefox (linux).

Re: Pharo MOOC

#20
post #15

Earlier quoted context omitted.

Isn't Pharo a different language from Smalltalk?

It started out as a fork of Squeak; IDK how much it has diverged since then.

Don't know either, but the pharo MOOC I did a few years back only mentioned differences once or twice. I left with the feeling that beside a few, maybe syntax tweaks and new libs, it's 'same' enough.
Post reply on HN