- Win32 F/OSS :
- Kool Aid :
- MinGW :
- Editor :
- CVS - Install :
- CVS - Use :
- Assorted Tools :
- Apache Install :
- PHP Install :
- MySQL Install :
- Ada :
- Asm :
- Awk :
- Basic :
- C++ :
- Caml :
- cLisp :
- Cobol :
- D :
- Fortran :
- Eiffel :
- Erlang :
- Haskell :
- Java :
- Javascript :
- Logo :
- Pascal :
- Perl :
- php :
- Prolog :
- Postscript :
- Python :
- Ruby :
- Scheme :
- Smalltalk :
- Tcl/Tk :
win32 F/OSS development - 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
- Smalltalk Overview: A concise overview.
- Stephane Ducasse has a collection of Smalltalk books online.
- Squeak Smalltalk tutorials on the WhySmalltalks site.
