top | item 26749730

(no title)

bromanko | 4 years ago

I agree with the author about the slow inner loop experience. Recompiling the whole app to see browser changes gets tiring. The .NET team is planning a series of updates to address this in .NET 6. https://github.com/dotnet/core/issues/5510

I also dislike the default workflow for dealing with Nuget forks. I switched to Paket for dependency management which makes this much simpler. https://fsprojects.github.io/Paket/

discuss

order

tasogare|4 years ago

This is a very strange criticism given that F# was the first language to have a REPL and nowadays most web projects also have a compilation step.

FPGAhacker|4 years ago

Do you mean The first dotnet language?