| Version | 3.0 |
|---|---|
| Publisher | Andrew Weinrich |
| Release date | Aug 26, 2008 |
| Date added | Jan 18, 2008 |
| Os requirements | Macintosh, Mac OS X 10.5 PPC, Mac OS X 10.5 Intel |
| Requirements | F-Script 2.0 |
| Total downloads | 26 |
| Price | Free |
Description
FSClass is a "meta-class" that allows programmers to create new classes directly in F-Script, instead of having to write them in Objective-C. No additional syntax or keywords are necessary, so the core F-Script language is unaffected and classes can be created programmatically. Methods are implemented with F-Script blocks, and instance data is stored as Key-Value Coding-compliant properties. Objects created with FSClass are almost as fast as native Cocoa objects, and can be used by compiled Objective-C code.