- 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 - Logo
Logo is a Lisp dialect designed for teaching. It's one of the easiest ways (with it's turtle graphics) to demonstrate recursion. Plus, it's pretty much Lisp; for a class at Bloomsburg U I implemented the DeCSS algorithm in Logo.
Install
Head over to the FMSLogo site. FMSLogo uses the engine from UCBLogo, but adds a GUI for setting pen sizes, etc. Follow the 'Useful Links' to the Sourceforge page. It's packaged as a simple windows installer, so just run the executable to install.
Documentation
- How to think like a Computer Scientist: the logo version.
- Computer Science Logo Style
Links
- Logo Lesson Plan: a nice 9 lesson plan for elementary school ages.
- Logo Graqhics Gallery: Some sweet examples or recursive graphics in Logo...