Live data from Hacker News

Zen-C: Write like a high-level language, run like C

github.com

1–10 of 159 posts

Re: Zen-C: Write like a high-level language, run like C

#4
post #2

Am I the only one who saw this syntax and immediately though "Man, this looks almost identical to Rust with a few slight variations"?

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.

Re: Zen-C: Write like a high-level language, run like C

#6
post #2

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.

Re: Zen-C: Write like a high-level language, run like C

#10
post #6
post #2

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.

Agreed, that really stood out as a ... questionable design decision, and felt extremely un-ergonomic which seems to go against the stated goals of the language.
Post reply on HN