Executing F# scripts

Posted by chuanose on Stack Overflow See other posts from Stack Overflow or by chuanose
Published on 2010-03-17T02:02:01Z Indexed on 2010/03/17 2:11 UTC
Read the original article Hit count: 449

Filed under:
|

I'm trying to practice my F# by writing small console scripts in F# in place of my usual method of writing shell scripts/batch files. I currently run them using "fsi script.fsx [args]". Is there a way I can associate these fsx files with fsi so that I can run them directly like "script.fsx [args]"?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about F#