Posted in Cocoa, F-Script, Smalltalk on August 29, 2009 | 2 Comments »
F-Script Anywhere is this amazing utility that lets you dynamically inject a complete F-Script environment into any Cocoa application at run-time. Kind of the ultimate tool to explore and take control of applications from the inside.
Unfortunately, the current version does not work on Snow Leopard… But we have a workaround! It is included in a [...]
Read Full Post »
F-Script 2.0 is now available.
Companion article: Welcome to F-Script 2.0.
Enjoy!
Read Full Post »
Posted in Cocoa, F-Script, Smalltalk on August 14, 2009 | 2 Comments »
Also on oyasuhisa, a cool demo of animating views into crazy transparent windows, making use of Cocoa’s animation techniques. (download).
I reproduce the code below (slightly modified), so you just have to copy and paste in your F-Script console to play with it:
DURATION := 0.5.
WIDTH := 800.
HEIGHT := 360.
TOOLBOX_HEIGHT := 64.
NUM_OF_BOXES [...]
Read Full Post »
Posted on oyasuhisa, a package that integrates F-Script and Emacs (download).
Read Full Post »
F-Script 2.0 Release Candidate 1 is now available for download at http://www.fscript.org/download/F-Script20090809.zip
Enjoy! (and don’t forget to report issues)
Read Full Post »