Installing F# PowerPack on OS X
I have F# 2.0 instal开发者_StackOverflowled on Mono 2.6.7 on an OS X 10.6 machine.
How can I install the PowerPack and use it in FS interactive?
Well, on Windows, I downloaded the source code and compiled it into assemblies, which I referenced. I imagine it's much the same on MAC/Mono. You can reference an assembly in FSI with...
#r "assemblyname"
精彩评论