Squeak or Pharo for the beginning Smalltalker?

后端 未结 8 881
迷失自我
迷失自我 2021-02-03 18:28

I am a Rubyist that is just starting to dabble in Smalltalk and am trying to chose an implementation to experiment with. It seems like Squeak or Pharo would be a good choice, bu

8条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-03 19:23

    To certain extent, it is a matter of personal taste. Pharo is fork of Squeak intended make it more modern version of Smalltalk, sometimes at expense of not sticking to backward compatibility to Squeak.

    Pharo being a fork, also means that they share much in common, from VM to huge parts of class library. Many add on packages work with both of them, and some are developed with Squeak as primary dev platform and I guess a slightly larger number of them are developed in Pharo (Seaside, Pier, etc). Both variants have free intro books: Squeak by Example, and Pharo by Example, but Pharo one seems more up to date.

    Personally I prefer Pharo since it gives me cleaner and more modern feeling.

提交回复
热议问题