by stevecooperorg on 12/3/13, 5:39 PM with 15 comments
by CraigJPerry on 12/3/13, 6:29 PM
$ fsharpc file.fs # can run the generated file.exe via mono at this point
$ mkbundle --static file.exe -o file
Now ./file is a statically compiled binary. Easy deployment.by tikhonj on 12/3/13, 11:06 PM
by profquail on 12/3/13, 7:59 PM
* Linux: http://fsharp.org/use/linux/
* FreeBSD: http://fsharp.org/use/freebsd/
by gaze on 12/3/13, 7:21 PM
by jzelinskie on 12/3/13, 9:04 PM