Hacker News new | ask | show | jobs
by posix_monad 836 days ago
There aren't many languages that can do server-side and browser-side well. F# is one of them!
1 comments

Non .NET server-side?
You can do Node.js with F#

But these days .NET is a great server-side option. One of the fastest around, with a bit of tuning.

Fable compiles F# to Python, Rust, and Dart now, too, in addition to JS. I haven't tried Dart or Rust, but when I tried compiling its output to Python it was actually quite good!