- 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 - Caml
Caml, the Categorical Abstract Machine Language, is an ML descendant. As implemented by oCaml, you get the standard goodies of a functional language, with the addition of Object-Oriented programming.
Install
Head over to the Caml Language page and look for the 'Binary distributions for Microsoft Windows'. You have a choice of using one built on MinGW or on MS compilers. Since I use MinGW elsewhere, I use that one. They're standard windows installers, so just run the setup file.
Documentation
- oCaml users's manual
- Objective Caml Tutorial: a nice starting point for current C\C++ or Java developers.
- The Caml Hump: a directory of Caml code projects