Hacker News new | ask | show | jobs
by zzzcpan 3084 days ago
Go can offer simplicity and flexibility only once you use function literals. Like reading a file line by line could be just a single function call that calls your function literal each time the line is read.