Pharo 12
pharo.org
Pharo 12
1–10 of 116 posts
Re: Pharo 12
#2Pharo Syntax in a Nutshell:
http://rmod-pharo-mooc.lille.inria.fr/MOOC/PharoMOOC/Week1/C...
https://en.wikipedia.org/wiki/Pharo
>"Pharo is an open source, cross-platform implementation of the classic Smalltalk-80 programming language and runtime.[3]"
Re: Pharo 12
#3Re: Pharo 12
#4Is not calling it a Smalltalk implementation still a marketing decision, or has Pharo diverged sufficiently from Smalltalk-80 to become incompatible?
Re: Pharo 12
#5Is not calling it a Smalltalk implementation still a marketing decision, or has Pharo diverged sufficiently from Smalltalk-80 to become incompatible?
Re: Pharo 12
#6Re: Pharo 12
#7The sheer oddity + lack of real world example code floating around made it feel impenetrable. To put it into perspective, picking up Rust and writing entry level but real world applications was a walk in the park after coming to terms with the ownership system.
Re: Pharo 12
#8Weirdest programming language/IDE/Runtime/everything I've ever attempted learning. The sheer oddity + lack of real world example code floating around made it feel impenetrable. To put it into perspective, picking up Rust and writing entry level but real world applications was a walk in the park after coming to terms with the ownership system.
Re: Pharo 12
#9Weirdest programming language/IDE/Runtime/everything I've ever attempted learning. The sheer oddity + lack of real world example code floating around made it feel impenetrable. To put it into perspective, picking up Rust and writing entry level but real world applications was a walk in the park after coming to terms with the ownership system.
Pharo By Example is a thing. I haven't read it, but I assume it is forked from or inspired by Squeak By Example, which made things click for me (at least a little).
Re: Pharo 12
#10Related: Pharo Syntax in a Nutshell: http://rmod-pharo-mooc.lille.inria.fr/MOOC/PharoMOOC/Week1/C... https://en.wikipedia.org/wiki/Pharo >"Pharo is an open source, cross-platform implementation of the classic Smalltalk-80 programming language and runtime.[3]" https://en.wikipedia.org/wiki/Smalltalk
The real difficulty is in trying to make sense of the whole ecosystem, including the strange runtime-IDE-hybrid approach.