<p>I've recently gotten into Go and the concurrent programming model; and I was wondering if you could give me some ideas to work on a simple project, that would be based on a feature that relies on concurrent programming and at the same time will let me learn Go from scratch.</p>
<p>Please excuse me if this isn't the place to ask, and many thanks in advance.</p>
<hr/>**评论:**<br/><br/>anoland: <pre><p><a href="http://www.reddit.com/r/golang/comments/30jw0n/go_homework/">http://www.reddit.com/r/golang/comments/30jw0n/go_homework/</a></p>
<p><a href="https://projecteuler.net">https://projecteuler.net</a></p>
<p><a href="https://www.google.com/search?q=code+challenge+sites">https://www.google.com/search?q=code+challenge+sites</a></p></pre>cytospin: <pre><p>I think IRC is a fun place to start. </p>
<p>Implementing a library to do simple IRC client protocol interactions should be a few hours of work. You should be able to use channels very effectively here. </p>
<p><a href="https://tools.ietf.org/html/rfc1459">IRC RFC</a></p>
<p>Then IRC channel logging, filtering and searching could use concurrent features. Add in dcc/ctcp features and that is file system interaction. Put a nice browser front end on it for net/http and you'll be pretty familiar with a lot of the stdlib at that point. </p>
<p>Good luck!</p></pre>champion_archon: <pre><p>Are you looking for something that is an academic problem to solve? Or, are you looking to build a tool that some people might find useful?</p></pre>champion_archon: <pre><p>Academic: Write a software binner which can render a backbuffer by implementing each "bin" as a separate go-routine. You can use channels to send junk back and forth to signal events etc. </p>
<p>Tool: Go is so much fun, that if I could think of one right now, I would probably go create a github repo for it...</p></pre>maester_chief: <pre><p>You could have a look at <a href="http://cryptopals.com" rel="nofollow">cryptopals</a>. I had a lot of fun doing this in Go.</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传