Hacker News new | past | comments | ask | show | jobs | submit login

Author here:

Go for it! Wiring up a new F# project is quite simple:

    dotnet new library -lang F# -o FSLib
    cd CSharpASPNETApp
    dotnet add reference ../FSLib/FSLib.fsproj
There are some templates in the .NET Core SDK for ASP.NET as well, so if folks are wondering if it's possible to use F# with ASP.NET Core, the answer is yes! There's even support for async controller actions using F# async expressions, so there's no need to do some of the more awkward interop between Async and Task.



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: