Friday, March 20, 2015

Smalltalk Programming Tools

Smalltalk is a pure object-oriented programming language that introduced ideas of object-oriented programming that were later implemented in languages like Objective-C, C++, Java, Ruby, Python, C#, VB and JavaScript. Although, it is very well-known and popular language, it is bit difficult to get started with it and finding proper tools for using it.

I am writing this post so it is easy for newcomers to find Smalltalk related resources so they can easily download an IDE and get started.

Squeak Smalltalk



The Squeak programming language is a dialect of Smalltalk. It is object-oriented, class-based and reflective.

Link: http://www.squeak.org/

Pharo



Pharo is a pure object-oriented programming language and a powerful environment, focused on simplicity and immediate feedback (think IDE and OS rolled into one).



No comments:

Post a Comment