logoalt Hacker News

einpoklum04/24/20251 replyview on HN

I cannot believe how, after all these years, we don't even have `restrict` in the language, nor uniform function call syntax (i.e. x.foo(y) being interchangeable with foo(x, y) ); but we do get the ultimate bells-and-whistles in the form of reflection and reflection-based code generation; and the half-baked coroutines mechanism.

uniform function call syntax and a `restrict` mechanism have not made it in to the standard after so many years


Replies

srean04/24/2025

You might like D.