Zen-C: Write like a high-level language, run like C
1–10 of 159 posts
Re: Zen-C: Write like a high-level language, run like C
#2Re: Zen-C: Write like a high-level language, run like C
#3Re: Zen-C: Write like a high-level language, run like C
#4Am I the only one who saw this syntax and immediately though "Man, this looks almost identical to Rust with a few slight variations"?
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.
Re: Zen-C: Write like a high-level language, run like C
#5Re: Zen-C: Write like a high-level language, run like C
#6Am I the only one who saw this syntax and immediately though "Man, this looks almost identical to Rust with a few slight variations"?
Re: Zen-C: Write like a high-level language, run like C
#7Am I the only one who saw this syntax and immediately though "Man, this looks almost identical to Rust with a few slight variations"?
Re: Zen-C: Write like a high-level language, run like C
#8Re: Zen-C: Write like a high-level language, run like C
#9Re: Zen-C: Write like a high-level language, run like C
#10Am 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.