On Aug 17, 2011, at 7:03 PM, Andrew Pennebaker wrote:

> Factor doesn't accept shebang lines :(
> 

It does. You need to have "-script" in the #! line, and the #! line must be 
followed by a space.

#! /Applications/factor/factor -script
USING: io ;
"hello world" print

The startup and compilation time for loading scripts into the dev image is a 
bit high for scripts, so you may want to consider deploying instead.

-Joe

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to