Login

F# Gripes

dotnet everything is horrifically slow on Linux, and I'm no longer willing to tolerate Windows to see if things are different there.

F# is whitespace sensitive, such that this is a compile error:

let () = printfn
"length was %d" (length [ 1; 2; 3; 4; 5 ])

That code can't even be auto-formatted with that line-break after printfn!