Skip to content

fable-compiler/Fable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21c2c60 · Oct 28, 2021
Apr 7, 2021
Sep 30, 2021
Jun 26, 2021
Oct 28, 2021
Oct 27, 2021
May 26, 2020
Aug 26, 2020
Feb 11, 2019
Jan 8, 2021
Dec 3, 2020
Oct 7, 2021
Dec 5, 2017
Mar 26, 2017
Oct 8, 2021
Jan 4, 2018
Dec 3, 2020
Oct 7, 2021
May 14, 2021
Jun 26, 2021
Oct 21, 2021
Sep 30, 2021

Repository files navigation

Fable: F# |> JS

Nuget Linux Build Status Windows Build Status Join the chat at https://gitter.im/fable-compiler/Fable

Follow us on Twitter!

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!

Getting started

Check this page.

Building

Make sure the following requirements are installed in your system:

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 the community a lot by sharing examples and experiences in your personal (or Fable's) blog and/or by editing the Fable Resources page.

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.