Open ShalokShalom opened 6 years ago
Indeed ! I didn't know about Fable, it seems to do almost exactly what I intended to do :)
The difference might be that Steel isn't really a fully Functional language, as it allow mutability, imperative blocks and is not pure. It was created with Livescript as model, but with a strong typing layer (thanks to Typescript)
Also, Steel is not maintained anymore, due mainly to the lack of contributors/testors and because I switched to natives languages which offer more guaranties and performances than bare Javascript.
F# is a multi-paradigm language
I confess that I don't know much of F# :) But I may give it a try eventual, as I'm already trying to grasp all the concepts of Haskell (hard task :p)
Its like an easy Haskell. With imperative concepts from C#
This reads a lot like F#. Where do you see the difference? With Fable, its also possible to compile into Javascript.