Hacker News new | ask | show | jobs
by rdtsc 3947 days ago
> , let's talk about sending on something like a channel in Python:

  import Queue; q=Queue.Queue(); q.put(1)
> to say nothing of Python's implementation of the "go" keyword...

Why would Python have a go keyword? Go doesn't have the "except" keyword that Python has, not sure what the point it?