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)
+ + +

Tooling Comparison Table

+ +

+ 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. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ToolFlixOCamlHaskell
Compilerflixocamlghc
LSPflixocaml-lspHLS
REPLflixutopghci
Build Toolflixdunecabal, stack
Package Managerflixopamcabal
Package RepositoryGitHubopamHackage
+ +
+ +
+

Actively Developed and Maintained