Ok, so I just got the F# extension working for emacs. I now need to figure out how to make the scripts I write actually execute. In Visual Studio, to run them you just highlight, right click, and choose "Send to Interactive". I do not expect that emacs has that or anything similar, but I have no idea how to make an f# script interact with with fsi. So, in essence, how do you run a script after writing it, using emacs or terminal?
EDIT: For clarification, I am running emacs on a mac.
EDIT2: Because I am running on a mac, emacs has no way to execute the script, since fsi doesn't exist as a usable thing for macs. Apparently. How sad. I will just choose the most voted answer as correct.