You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should reduce the information overload and not confuse developers wanting to try F# the first time, also removing accidental complexity of modules, comments and so on, i propose to just have this as first F# program
printfn "hello world"
showing up when opening try F# online
The text was updated successfully, but these errors were encountered:
i Think try F# first sample code should be much simpler, e.g. compare it with rust
https://try.fsharp.org/
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021
we should reduce the information overload and not confuse developers wanting to try F# the first time, also removing accidental complexity of modules, comments and so on, i propose to just have this as first F# program
printfn "hello world"
showing up when opening try F# online
The text was updated successfully, but these errors were encountered: