Modulinos: Difference between revisions

Content added Content deleted
(Added F#)
Line 424: Line 424:
=={{header|F#}}==
=={{header|F#}}==


Note 1: F# supports the scriptedmain behavior, but F# does not support hybrid script-compiled code files. The following programs work provided that they are compiled and then run, not interpreted or dotslashed.
Note 1: F# supports the scriptedmain behavior, but F# does not support hybrid script-compiled code files. The following programs work provided that they are compiled and then run, as .fs files, not interpreted or dotslashed as .fsx files.


Note 2: fsharpc has a backwards file ordering: Specify any dependencies BEFORE the code that depends on them.
Note 2: fsharpc has a backwards file ordering: Specify any dependencies BEFORE the code that depends on them.