Description
Fable is an F# to JavaScript compiler powered by Babel, designed to produce readable and standard code. Check the website for more information and if you find the project useful, don't forget to give us a star!
Fable: F# |> BABEL alternatives and similar packages
Based on the "Compiler" category.
Alternatively, view Fable: F# |> BABEL alternatives based on common mentions on social networks and blogs.
-
Roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs. It enables building code analysis tools with the same APIs that are used by Visual Studio. -
Netjs
.NET to TypeScript and JavaScript compiler. Portable Class Libraries work great for this. You can even pass EXEs. -
Nemerle
Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. http://nemerle.org/About -
Roslyn-linq-rewrite
Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch. -
LinqOptimizer
An automatic query optimizer-compiler for Sequential and Parallel LINQ
Pixel-Perfect Multi-Platform Applications with C# and XAML
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Fable: F# |> BABEL or a related project?
README
Fable: F# |> JS
Fable is an F# to JavaScript compiler powered by FSharp Compiler Services, designed to make F# a first-class citizen of the JavaScript ecosystem. Check the website for more information and if you find the project useful, don't forget to give us a star!
ATTENTION: Documentation is currently being updated to Fable 3
Getting started
Check this page.
Building
Make sure the following requirements are installed in your system:
- dotnet SDK 5
- node.js with npm
Then run dotnet fsi build.fsx
at the root folder to see the build options.
Contributing
Just by using Fable you're already contributing! You can help a lot the community by sharing examples and experiences in your personal blog and adding a link to the community contributions;
Send bug reports (ideally with minimal code to reproduce the problem) and feature requests to this GitHub repository. To interact with the community you can use the Gitter chat but please note maintainers are not checking the chat regularly.
If you are up to contribute a fix or a feature yourself, you're more than welcome! Please send first an issue or a minimal Work In Progess PR so we can discuss the implementation details in advance.