Hacker News new | ask | show | jobs
by edflsafoiewq 2408 days ago
For me, it's not even things like that. It's boring things like push, pop, erase, index_of, etc. that probably everyone has seen but that can't be written in Go.
2 comments

You can write them, you just can't write them generically.
You can write them but to do so generically you need to do code gen. Unfortunately this means learning a code green template library.