Joe23232

Results 43 issues of Joe23232

I am very sure this project is dead. so I was curious Is there a fork of this project?

Hi, I wanted to know how does this language differ to other low level languages such as Rust?

Hi, I wish to suggest the use of c-style `for` loop. For example: ```c for mut i := 0; i < 10; i++ { } ``` It can also do...