Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(39)

Issue 6506073: code review 6506073: go.talks: add Go and the Zen of Python talk (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by adg
Modified:
13 years, 6 months ago
Reviewers:
dave
CC:
r, campoy, lucio, dsymonds, iant2, mpvl, Sameer Ajmani, golang-dev
Visibility:
Public.

Description

go.talks: add Go and the Zen of Python talk

Patch Set 1 #

Patch Set 2 : diff -r 7490fde3ca2b https://code.google.com/p/go.talks #

Patch Set 3 : diff -r 7490fde3ca2b https://code.google.com/p/go.talks #

Total comments: 26

Patch Set 4 : diff -r 7490fde3ca2b https://code.google.com/p/go.talks #

Patch Set 5 : diff -r 7490fde3ca2b https://code.google.com/p/go.talks #

Total comments: 12

Patch Set 6 : diff -r 13d7e588df83 https://code.google.com/p/go.talks #

Total comments: 1

Patch Set 7 : diff -r 87a623817669 https://code.google.com/p/go.talks #

Patch Set 8 : diff -r 87a623817669 https://code.google.com/p/go.talks #

Patch Set 9 : diff -r 87a623817669 https://code.google.com/p/go.talks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -0 lines) Patch
A 2012/zen.slide View 1 2 3 4 5 6 1 chunk +349 lines, -0 lines 0 comments Download
A 2012/zen/hello.go View 1 1 chunk +7 lines, -0 lines 0 comments Download
A 2012/zen/http.go View 1 1 chunk +15 lines, -0 lines 0 comments Download
A 2012/zen/jsonformat.go View 1 1 chunk +23 lines, -0 lines 0 comments Download
A 2012/zen/race.go View 1 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 23
adg
Hello r@golang.org, campoy@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.talks
13 years, 6 months ago (2012-09-05 12:54:31 UTC) #1
adg
This wasn't intended for golang-dev, but if anyone wants to review it go ahead. :-)
13 years, 6 months ago (2012-09-05 12:59:02 UTC) #2
r
http://codereview.appspot.com/6506073/diff/2002/2012/zen.slide File 2012/zen.slide (right): http://codereview.appspot.com/6506073/diff/2002/2012/zen.slide#newcode162 2012/zen.slide:162: func (s Scalar) Abs() float64 { making the point ...
13 years, 6 months ago (2012-09-05 13:17:33 UTC) #3
lucio
On 9/5/12, r@golang.org <r@golang.org> wrote: > > http://codereview.appspot.com/6506073/diff/2002/2012/zen.slide#newcode287 > 2012/zen.slide:287: Go has a some built ...
13 years, 6 months ago (2012-09-05 13:24:21 UTC) #4
dsymonds
https://codereview.appspot.com/6506073/diff/2002/2012/zen.slide File 2012/zen.slide (right): https://codereview.appspot.com/6506073/diff/2002/2012/zen.slide#newcode162 2012/zen.slide:162: func (s Scalar) Abs() float64 { On 2012/09/05 13:17:33, ...
13 years, 6 months ago (2012-09-05 13:25:59 UTC) #5
r
Go does not have duck typing. Stop saying that it does. -rob
13 years, 6 months ago (2012-09-05 13:29:06 UTC) #6
adg
http://codereview.appspot.com/6506073/diff/2002/2012/zen.slide File 2012/zen.slide (right): http://codereview.appspot.com/6506073/diff/2002/2012/zen.slide#newcode162 2012/zen.slide:162: func (s Scalar) Abs() float64 { On 2012/09/05 13:17:33, ...
13 years, 6 months ago (2012-09-05 13:31:42 UTC) #7
campoy
http://codereview.appspot.com/6506073/diff/2002/2012/zen.slide File 2012/zen.slide (right): http://codereview.appspot.com/6506073/diff/2002/2012/zen.slide#newcode147 2012/zen.slide:147: type Vector struct { Why Vector and not Point2D? ...
13 years, 6 months ago (2012-09-05 13:32:51 UTC) #8
adg
Who knew that 11pm australian time was the best time to send out a CL? ...
13 years, 6 months ago (2012-09-05 13:34:20 UTC) #9
adg
Hello r@golang.org, campoy@google.com, lucio.dere@gmail.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 6 months ago (2012-09-05 13:34:37 UTC) #10
dsymonds
On Wed, Sep 5, 2012 at 11:29 PM, Rob Pike <r@golang.org> wrote: > Go does ...
13 years, 6 months ago (2012-09-05 13:45:26 UTC) #11
r
The statement that Go has no implicit conversions is just wrong. Interface conversion can be ...
13 years, 6 months ago (2012-09-05 13:48:42 UTC) #12
iant2
On Wed, Sep 5, 2012 at 6:45 AM, David Symonds <dsymonds@golang.org> wrote: > On Wed, ...
13 years, 6 months ago (2012-09-05 13:54:37 UTC) #13
r
The very existence of interface types make it not duck typing. Static checking is done ...
13 years, 6 months ago (2012-09-05 13:55:34 UTC) #14
r
To put it as simply as I can: If Go had duck typing, it wouldn't ...
13 years, 6 months ago (2012-09-05 14:05:12 UTC) #15
dsymonds
This would make a good blog post.
13 years, 6 months ago (2012-09-05 14:37:05 UTC) #16
mpvl
http://codereview.appspot.com/6506073/diff/2005/2012/zen.slide File 2012/zen.slide (right): http://codereview.appspot.com/6506073/diff/2005/2012/zen.slide#newcode174 2012/zen.slide:174: Interfaces are implicit (no `implements` declaration) But the Zen ...
13 years, 6 months ago (2012-09-05 14:53:33 UTC) #17
Sameer Ajmani
http://codereview.appspot.com/6506073/diff/2005/2012/zen.slide File 2012/zen.slide (right): http://codereview.appspot.com/6506073/diff/2005/2012/zen.slide#newcode191 2012/zen.slide:191: client *rpc.Client Too many things called "client" here. Replace ...
13 years, 6 months ago (2012-09-05 15:41:34 UTC) #18
adg
http://codereview.appspot.com/6506073/diff/2005/2012/zen.slide File 2012/zen.slide (right): http://codereview.appspot.com/6506073/diff/2005/2012/zen.slide#newcode174 2012/zen.slide:174: Interfaces are implicit (no `implements` declaration) On 2012/09/05 14:53:33, ...
13 years, 6 months ago (2012-09-05 22:20:12 UTC) #19
adg
Hello r@golang.org, campoy@google.com, lucio.dere@gmail.com, dsymonds@golang.org, iant@google.com, mpvl@golang.org, sameer@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 6 months ago (2012-09-05 22:20:31 UTC) #20
r
LGTM http://codereview.appspot.com/6506073/diff/12001/2012/zen.slide File 2012/zen.slide (right): http://codereview.appspot.com/6506073/diff/12001/2012/zen.slide#newcode123 2012/zen.slide:123: * Go is zenlike Zenlike
13 years, 6 months ago (2012-09-05 22:42:21 UTC) #21
adg
*** Submitted as http://code.google.com/p/go/source/detail?r=919f8129211b&repo=talks *** go.talks: add Go and the Zen of Python talk R=r, ...
13 years, 6 months ago (2012-09-06 01:00:22 UTC) #22
dave_cheney.net
13 years, 6 months ago (2012-09-06 02:33:03 UTC) #23
This is great! I'm uninstalling Libreoffice right now!

On Thu, Sep 6, 2012 at 11:00 AM,  <adg@golang.org> wrote:
> *** Submitted as
> http://code.google.com/p/go/source/detail?r=919f8129211b&repo=talks ***
>
>
> go.talks: add Go and the Zen of Python talk
>
> R=r, campoy, lucio.dere, dsymonds, iant, mpvl, sameer
> CC=golang-dev
> http://codereview.appspot.com/6506073
>
>
> http://codereview.appspot.com/6506073/
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b