[F-Script-talk] F-Script tools
Brought to you by:
pmougin
From: Andrew W. <wei...@wi...> - 2007-01-25 04:49:15
|
Hello, I've been working with F-Script recently, and I came up with a few tools that other F-Script users might find useful: - A shell tool (http://www.cs.wisc.edu/~weinrich/projects/fscript/ Documentation) that launches non-graphical F-Script programs from the command line. It also has a few additions like line-oriented files, sprintf, regular expressions, and facilities for importing other scripts, that make the language more useful for general-purpose scripting tasks. - FSClass (http://www.cs.wisc.edu/~weinrich/projects/FSClass/ Documentation), a bundle that lets you write new classes directly in F-Script, instead of Objective-C. I know that these duplicate some work that's already been done by other people, but for the (non-GUI) data manipulation programs that I've been writing in F-Script they have been pretty useful, and I thought that I'd clean them up and make them available in case anyone else wants to use them. Andrew Weinrich wei...@wi... http://www.cs.wisc.edu/~weinrich |