Comment on Microsoft releases F# under Apache 2.0 licenseparentComments−pufuwozu15yThe compiler and interpreter aren't pre-compiled. Use the --resident flag - it will keep the F# compiler running as a service.−alex_muscar15yThanks for the tip, the slowness of the F# compiler under mono was bugging me too.
Comments
The compiler and interpreter aren't pre-compiled. Use the --resident flag - it will keep the F# compiler running as a service.
Thanks for the tip, the slowness of the F# compiler under mono was bugging me too.