win32 F/OSS development - Smalltalk

Smalltalk

Smalltalk is pure object oriented language developed at PARC. It's implemented in a Virtual machine and a virtual image. The virtual machine is the platform dependent code that compiles and runs the smalltalk code (note: it's actually Just in time compiled) while the virtual image is a snapshot of the system. Smalltalk pioneered such concepts as Object Oriented Programming and Just-in-time compilation.

Install

Head over to Squeak.org. Look for the download link in the menu or just click on the Windows icon on the right under Downloads. It's a simple zip file, so extract with path and run Squeak.exe

Documentation






< < Back to Start >>