I can't seem to find a compiler/plugin for mono. Does one exist?
相关问题
- Why doesn't php sleep work in the windows-subs
- F#: Storing and mapping a list of functions
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
- what's the role of libopenssl-ruby?
相关文章
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- Visual Studio Code, MAC OS X, OmniSharp server is
- Is there something like the threading macro from C
- FSharp.Data.JsonProvider - Getting json from types
- Bundling the Windows Mono runtime with an applicat
- Signing an F# Assembly (Strong name component)
- Learning F#: What books using other programming la
- Creating a list of functions using a loop in R
What Piotr Zurek said is basically what i did to get F# and mono to work on Ubuntu 9.04, with the following comments:
In 2019, a lot of these earlier answers are outdated. No need for zip files or the like.
From Ubuntu 19.04 onwards, i.e.
disco
you can now install packages with:That gives you the F-sharp compiler at
/usr/bin/fsharpc
Alternatively, if you want the latest, you can add the Mono repository and pull packages from there, as detailed at:
https://www.mono-project.com/download/stable/#download-lin
Yes, there's one. Check this out: F# for Mono