Am I the only one who saw this syntax and immediately though "Man, this looks almost identical to Rust with a few slight variations"?
I thought the same and felt it looked really out of place to have I8 and F32 instead of i8 and f32 when so much else looks just like Rust. Especially when the rest of the types are all lower case.
My immediate thought was it looked a lot like Swift
It seems to just be Rust for people who are allergic to using Rust.
It looks like a fun project, but I'm not sure what this adds to the point where people would actually use it over C or just going to Rust.