←back to thread

155 points samuell | 2 comments | | HN request time: 0.519s | source
1. benob ◴[] No.44753972[source]
How is it different from mere syntactic sugar over the same programming concepts? What does it bring that C++ cannot do?

Isn't it just a way of controlling the language vs using normative bodies?

replies(1): >>44803215 #
2. cjj_swe ◴[] No.44803215[source]
Well for one, in addition to templates it has definition checked generics. That alone justifies it to me, but it's far from the only improvement.