logoalt Hacker News

hyperhellotoday at 4:45 AM0 repliesview on HN

I like the poetic smallness of it. But

i32 fn add: i32 a, i32 b { ret a + b }

Come on, can I just write C syntax, as an alternative?

i32 add(i32 a, i32 b) { return a + b }