Hacker News new | ask | show | jobs
by nojito 1955 days ago
In terms of my current use, the new scripting feature with "r# nuget:.." is game changing because now we can freely share .fsx files and they...just work. Compared to praying to the pip/virtualenv gods in the python space.

Really excited to see what ya'll have planned for 2021

1 comments

Oh yeah, it’s a great feature. People like it a lot more than we thought they would, and we already had high hopes for it! Still more improvements to make there, though.
Just need some firm locking/pinning and I think you have nailed truly reproducible analytical workflows.
You can actually do that today by specifying a version number. The docs cover it here: https://docs.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-...