https://github.com/z-libs/Zen-Cwhat does /g/ think of the new C killer?
I don't care enough to even bother clicking on it and checking it out
>>107839634Aimless, pointless, and has no idea what high-level languages actually are because it keeps pointless cruft like semi-colons.>immutable by defaultyeah i'm sure all the c programmers switching will definitely turn this on.Anyway, if you're gonna have ident: Type. Your language needs block declarations so you only need to type out var once.var thing: int = 2 thing2: String = "string"But Nim and Pascal are the only languages i know that have it.All these new meme langs, especially "C But Modern™ always miss the point.
ident: Type
var thing: int = 2 thing2: String = "string"
>rust without borrow checkerim sold
>>107839634syntactic sugar and high-level abstractions defeat the purpose of cthe nice thing about c is that it's very apparent how things will translate into assembly and has no hidden memory/performance related costs, as well as having a massive amount of tooling and libraries written for itnobody will use this slop
>>107839684JS has block declarations, even optional assignment, and semicolons are optional.let x, y = 3, z = y + 2;console.log(x); // undefinedconsole.log(y); // 3console.log(z); // 4
let x, y = 3, z = y + 2;console.log(x); // undefinedconsole.log(y); // 3console.log(z); // 4
>>107839634that looks vibe coded
>>107839810false
>>107839888good argument, you're right
>>107839634>RAIIcome onleave the stupid feature naming to c++