Hacker News new | ask | show | jobs
by TJSomething 270 days ago
I've been using F# and there are actually several roadblocks for AOT F# [0]. However, a self-contained .NET JIT executable is still surprisingly small (18 MB for an ASP.NET minimal API written in F#), easy to build, and easy to deploy.

[0] https://github.com/dotnet/fsharp/issues/13398

1 comments

Yeah, I listed it, because it is kind of possible, even if there are issues currently.