Is python not good enough?

Anh Hai Trinh anh.hai.trinh at gmail.com
Mon Jan 18 08:59:59 EST 2010


On Jan 18, 6:03 pm, Phlip <phlip2... at gmail.com> wrote:
> On Jan 12, 7:09 am, ikuta liu <ikut... at gmail.com> wrote:
>
> > Go language try to merge low level, hight level and browser language.
>
> Go uses := for assignment.

Except that it doesn't. := is a declaration.

s := "foo"

is short for

var s string = "foo"


Cheers,

----aht



More information about the Python-list mailing list