Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjmlp
1317 days ago
Until one needs to deal with async/await, write GUI code, the upcoming GAT, or macros.
1 comments
zozbot234
1317 days ago
Except that the C++ substitutes for those features (where applicable; C++ has nothing like GAT, and has to make do with complex template meta-programming) are a lot harder too.
link
pjmlp
1317 days ago
C++ has had GAT like capabilities on templates since forever.
Complex template meta-programming only if one is stuck in pre-C++17 compilers.
link