TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Tour of Go - Real examples of interfaces and concurrency

150 pointsby pessimistalmost 13 years ago

5 comments

lclarkmichalekalmost 13 years ago
I really hate to bring up the generics point, but I did really miss them when I used Go. Sure, you can ignore their absence, but every time I saw a API that took or returned `interface {}`, I felt like the type system was being wasted. Other than that though, Go is definitely on favorite languages to watch from afar.
评论 #4146160 未加载
eximalmost 13 years ago
Regarding the Acme text editor - any users of it here, on HN? I'm really interested to hear some arguments from Acme or Sam userbase - what do you find useful in these editors?<p>I vaguely remember the reply on Acme's mailing list, that it is a text editor, not a rainbow, when someone asked about syntax highlighting feature :)
评论 #4145927 未加载
评论 #4144255 未加载
评论 #4144521 未加载
评论 #4147505 未加载
评论 #4143535 未加载
genwinalmost 13 years ago
This helps. I've been learning Go. I'm pretty much in love with it even though I haven't done much with it yet.
jamesmiller5almost 13 years ago
Great stuff, I think it's more clear than the previous demos with reader and writer examples.
charlesapalmost 13 years ago
"your entire program has been garbage collected" I need this on a t-shirt.