Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fable #1

Open
ShalokShalom opened this issue Sep 11, 2018 · 4 comments
Open

Fable #1

ShalokShalom opened this issue Sep 11, 2018 · 4 comments

Comments

@ShalokShalom
Copy link

This reads a lot like F#.
Where do you see the difference?
With Fable, its also possible to compile into Javascript.

@Champii
Copy link
Owner

Champii commented Sep 11, 2018

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.

@ShalokShalom
Copy link
Author

F# is a multi-paradigm language

@Champii
Copy link
Owner

Champii commented Sep 11, 2018

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)

@ShalokShalom
Copy link
Author

Its like an easy Haskell. With imperative concepts from C#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants