The website is infrequently updated, so let me provide some information about what we are currently working on:<p>- We are trying to make the entire compiler resilient (error-tolerant), incremental, and parallel. We have managed to make every single compiler phase (of which there are 28) parallel. This has already led to significant speed-ups. We are now trying to increase the degree of parallelism within each phase. We are also working on error resilience to provide LSP support no matter what errors a program contains (syntax, naming, type). For example, it should be possible to rename a variable even if the program currently has multiple errors.<p>- We are adding support for algebraic effects and handlers. This will allow users to define and handle their own effects.<p>- We are also exploring a novel way to combine type classes ("traits") and effects.<p>- We have recently added support for package management and integration with Maven.<p>In summary, we are already in a great spot, and useful programs can be written in Flix today. I encourage you to check out the documentation: <a href="https://doc.flix.dev/" rel="nofollow noreferrer">https://doc.flix.dev/</a> and to try Flix!<p>(I am one of the developers of Flix).