Cocoa and F-Script for generating Web pages
January 9, 2008 by Philippe Mougin
The HyperJeff Network, home of the famous OSX Applications List, makes use of Cocoa and F-Script for dynamically generating some of its Web content, including the OSX Page:
The code behind this homepage was originally made a long time ago and just updated now and again, but such code just gets more and more convoluted and less flexible with age. So I used the new template engine I’ve been working on and converted this page to be driven by F-Script. A fun test. The same amount of lines as the old PHP version, but much cleaner. It now even loads twice as fast as before. Heck, it’s even valid xhtml 1.1 finally.
Interesting…