From 89ab4833bae0aa44146e5dbb3723bbe0d1624e60 Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Fri, 9 Feb 2024 21:37:36 +0100 Subject: [PATCH] Update FAQ 'When will the compiler be ready to use?' in README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52bd5bf8f..0bf5cea30 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,15 @@ stand out from other programming languages. ### When will the compiler be ready to use? -We hope to have a working compiler by the start of 2023. Currently, we are -working hard to get the type-checker fully operational. After that work will -continue on the code generator and garbage collector. +It is really difficult to say when the compiler will be ready. This project is +made exclusively in people their spare time. Depending on the availability of the +programmers making this project possible, this might take a lot of months or +even years. + +Currently, we are working hard to get the type-checker fully operational. After +that work will continue on the code generator and garbage collector. A small +part of the code generator is already done: the first bindings to LLVM are +operational and will be expanded in the future. Stay tuned! ### Why yet another programming language?