Hi Keri, thanks for your positive feedback. Currently, I’m freezing the features and syntax of the language. I want to focus on bug fixes and polishing the language as I’m not satisfied with some of the features (and syntax) we currently have.
What I want is a clean language that is immune to common bad practices and takes care of the most common needs of the programmer (parallelism for example). Currently, we compile to JavaScript, I’m planning to target Wasm and LLVM in the future for performance reasons.
My priority is the design of the language for now. Soon I’m going to work and decide on built-ins and the standard library, I will make more Clio examples and I will make a showcase section on our website.
I have many plans for the future of this language, it just doesn’t fit in a short comment, but I’ll keep posting news, examples, design decisions and my reasoning here.