diff --git a/src/page/Home.js b/src/page/Home.js index 144fd64..793c8d9 100644 --- a/src/page/Home.js +++ b/src/page/Home.js @@ -957,6 +957,77 @@ let r = query p select (c, d) from ReadyDate(c; d)
+ Many programming languages come with a lot of external tooling. +
+ ++ Such tooling must be installed and configured correctly. +
+ ++ In Flix, most tooling is built directly into the compiler. +
+ + +Tool | +Flix | +OCaml | +Haskell | +
---|---|---|---|
Compiler | +flix | +ocaml | +ghc | +
LSP | +flix | +ocaml-lsp | +HLS | +
REPL | +flix | +utop | +ghci | +
Build Tool | +flix | +dune | +cabal, stack | +
Package Manager | +flix | +opam | +cabal | +
Package Repository | +GitHub | +opam | +Hackage | +