Hacker News new | ask | show | jobs
by BruceIV 3014 days ago
[on the Cforall team] It broadly matches our other operator-overloading syntax, where the ?'s show where the arguments go, e.g. ?+? for binary addition, ?++ for postincrement and ++? for preincrement. For something as common as constructors and destructors, a concise syntax is a desirable feature.
1 comments

What I get out of this is that you like to play with languages rather than make actual things with them.