logoalt Hacker News

klysm04/01/20251 replyview on HN

Sure but I don’t think those examples really matter once you establish basic familiarity with a language. The semantics and constructs a language provides are much more important and debating syntax is missing the forest for the trees


Replies

FL33TW00D04/01/2025

The array syntax is very offensive: `const a = [3]i32{ 1, 2, 3 };` A set is denoted by braces, not an array.

show 3 replies