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.

The first Go program (2013)

72 pointsby Gurreweabout 8 years ago

2 comments

jhbadgerabout 8 years ago
I find it amusing that this first program in Go is for parsing an Lisp-style S-Expression, given that this has nothing to do with Go's syntax.
评论 #13794535 未加载
评论 #13794551 未加载
maddybooabout 8 years ago
This seems relatively complex for being the first Go program. I suppose they wanted to test something non-trivial which took advantage of most of the implemented language features. I guess I was expecting something closer to a hello world program.