Why is ";;" required in F# interactive at the end of a command? For instance, IronPython doesn't require it?
EDIT: When do you put double semicolons in F#? covers most of the historical background
I guess my point was if you are using mostly one-liners in interactive it's cumbersome; however I see the value of ';;' when building functions interactively.