6 comments

[ 3.0 ms ] story [ 22.6 ms ] thread
ProfStef is alright, but I found all the Smalltalk books on the Pharo website as well as a different site that Stefane Duccasse hosts which has old, but mostly relevant books to be more helpful.

Pharo is really cool, but most of my coding use cases is either in scripting (Powershell, Bash, and Python generally make more sense here) or numerical programming (numpy works here and starting to look at Julia...I know there is a numerical methods book written in Pharo, but the ecosystem just isn't there).

Hopefully I'll get a chance to use it in the future.

You also might look at https://nim-lang.org/ , which is as fast as C or Rust and nicer to code in if you come from Python.
Doesn't Nim compile to C? Not really the same as being "fast as C"
In Nim's case it is the same.
I've used Nim before and have dom96's book below. Good stuff...I tend to sometimes use it when I have a script that needs more speed.