F-Script is a lightweight open-source scripting layer specifically designed for the Mac OS X object system (i.e. Cocoa). F-Script provides scripting and interactive access to Cocoa frameworks and custom Objective-C objects. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.
This version fixes a memory management bug in the F-Script class creation system when running in reference counting mode. You are advised to upgrade.
Integration with Snow Leopard has been further improved. New symbolic constants defined in Snow Leopard are now available in F-Script and a number of new frameworks are now automatically loaded at launch time by F-Script.app.
The section on memory management in the F-Script guide has been expanded to better describe the memory management model and rules, in particular when running in reference counting mode.