Pike is a dynamic object-oriented language with a syntax similar to C or Java. It's one of the fastest (if not the fastest) "scripting" languages out there.
- http://www.gotpike.org is a community based site dedicated to the Pike language.
- development tips that I figured out while writing C language extensions for pike.
- Java Bridge is an introduction to Pike's Java capabilities.
- JMS interface to Pike is possible using the Java module.
- Objective C Bridge for integrating Pike with Cocoa.
- ScriptRunner is an application which allows Pike scripts to be run from any FastCGI capable web server. ScriptRunner features an implimentation of PSP (Pike Server Pages).
- Quick Hacks contains some short scripts for doing nifty things.
Fins
Fins is a Web application framework that I'm writing. It uses a MVC approach to develop highly functional applications with a minimum amount of effort.
FinScribe
- FinScribe is the Fins demo application that's taken on a life of its own. FinScribe is an extendable blog/wiki/cms application.
SpeedyDelivery
- SpeedyDelivery is a flexible mailing list manager based on the Fins framework.