Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compile F# application to a standalone native executable?

Tags:

f#

Is is possible to compile an F# application to a standalone native executable, like a program, or a library for use in other native programs?

If so, can that be done for Windows, Linux and macOS?

Thanks,

like image 614
mljrg Avatar asked Jan 03 '18 13:01

mljrg


1 Answers

According to this Visual Studio UserVoice entry, there is currently work in progress for adding F# support to .Net Native:

Support for F# in the .NET Native compiler is in progress. The F# team, in collaboration with the .NET Native team, has posted an update on their GitHub which can be found here: https://github.com/Microsoft/visualfsharp/issues/1096.

like image 104
dperish Avatar answered Sep 25 '22 19:09

dperish