|
|
|
|
|
by mjt0229
4864 days ago
|
|
I have been hoping to pick up some F# with Mono, but I'm having a hard time getting started - not with the language itself, but with the development environment. For instance, MonoDevelop seems very flakey on the Mac. I'd love to try out FsharpX, but I can't find instructions for how to build or install it on Mono. Can you make any suggestions as to places to read up on this stuff? The language seems so well put together! |
|
you need a fork of the fsharpbindings project https://github.com/xamarin/fsharpbinding
have you tried using fsharpx from nuget? monodevelop has nuget support as of now. https://github.com/squidge/monodevelop-nuget-addin/tree/xs-n...
I also just built fsharpx.core and fsharpx.http with monodevelop(right now) and it built fine for me.