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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Here are some alternatives that share similar concepts with Reason:
67
67
68
68
-[Rust](http://rust-lang.org). Inspired by the ML family of languages, but not garbage collected. Has excellent parallelism support.
69
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 the JavaScript.
70
+
-[PureScript](http://www.purescript.org). Inspired by Haskell, compiles to JavaScript.
71
71
-[Fable](http://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.
0 commit comments