You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/what-and-why.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,11 @@ The [getting started](getting-started.md) page will set you up.
65
65
66
66
Here are some alternatives that share similar concepts with Reason:
67
67
68
-
-[Rust](http://rust-lang.org). Inspired by the ML family of languages, but not garbage collected. Has excellent parallelism support.
69
-
-[Elm](http://elm-lang.org). Another great language in the ML family. Focuses on building web applications. See the widely praised talk on Elm, [Let's Be Mainstream](https://www.youtube.com/watch?v=oYk8CKH7OhE).
70
-
-[PureScript](http://www.purescript.org). Inspired by Haskell, compiles to JavaScript.
71
-
-[Fable](http://fable.io/). Based on F#, which is closely related to OCaml.
68
+
-[Rust](https://rust-lang.org). Inspired by the ML family of languages, but not garbage collected. Has excellent parallelism support.
69
+
-[Elm](https://elm-lang.org). Another great language in the ML family. Focuses on building web applications. See the widely praised talk on Elm, [Let's Be Mainstream](https://www.youtube.com/watch?v=oYk8CKH7OhE).
70
+
-[PureScript](https://www.purescript.org). Inspired by Haskell, compiles to JavaScript.
71
+
-[Fable](https://fable.io/). Based on F#, which is closely related to OCaml.
72
72
-[ClojureScript](https://clojurescript.org). Dynamically typed language that prioritizes simplicity & great interop.
73
73
-[Swift](https://www.apple.com/swift/). Language built by Apple, and interoperates with Objective-C well.
74
74
-[Haxe](https://haxe.org). Compiles to basically anything with a focus on game development.
75
-
-[ReScript](rescript-lang.org). Fast, Simple, Fully Typed JavaScript from the Future.
75
+
-[ReScript](https://rescript-lang.org). Fast, Simple, Fully Typed JavaScript from the Future.
0 commit comments