File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ title: Build and Run
33layout : standard
44---
55
6+ <p class =" tag is-info is-medium " >
7+ Added in v5.0.0-rc.1
8+ </p >
9+
610## Erlang/OTP Version
711
812Fable targets Erlang/OTP 25 or higher.
Original file line number Diff line number Diff line change 55 to : 4
66---
77
8+ <p class =" tag is-info is-medium " >
9+ Added in v5.0.0-rc.1
10+ </p >
11+
812::: warning
913Beam target is in alpha meaning that breaking changes can happen between minor versions.
1014:::
Original file line number Diff line number Diff line change 55 to : 4
66---
77
8+ <p class =" tag is-info is-medium " >
9+ Added in v5.0.0-rc.1
10+ </p >
11+
812In this section, we will cover specific features of Fable when targeting the BEAM (Erlang).
913
1014::: warning
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ dotnet add package Fable.Core
5454
5555</li >
5656
57-
5857<li >
5958
6059We can now call Fable to transpile our F# code to the desired target.
@@ -69,6 +68,7 @@ dotnet fable --lang typescript
6968# If you want to transpile to Python
7069dotnet fable --lang python
7170```
71+
7272::: info
7373If you are switching between languages make sure to delete the ` fable_modules ` folder before invoking Fable again.
7474:::
@@ -83,6 +83,7 @@ To go further look into the respective target documentation to have an example o
8383- [ TypeScript] ( /docs/getting-started/typescript.html )
8484- [ Python] ( /docs/getting-started/python.html )
8585- [ Rust] ( /docs/getting-started/rust.html )
86+ - [ Beam] ( /docs/getting-started/beam.html )
8687<!-- - [Dart](/docs/getting-started/dart.html)
8788- [PHP](/docs/getting-started/php.html) -->
8889
You can’t perform that action at this time.
0 commit comments