Hacker News new | ask | show | jobs
by nojito 1952 days ago
Check out the new features for making feature full scripting files (.fsx)

https://devblogs.microsoft.com/dotnet/announcing-f-5/#packag...

I am starting to use this to port some of python data munging scripts. Especially those that have to call external apis because Fsharp data providers are voodoo magic.

https://fsprojects.github.io/FSharp.Data/library/JsonProvide...