Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pjmlp
on Oct 21, 2019
|
parent
|
context
|
favorite
| on:
Python at Scale: Strict Modules
Yeah, never understood what a Python Dev could find attractive in Go, besides not having to deal with C instead.
Which is positive mind you, but they would be better served by adopting PyPy.
weberc2
on Oct 21, 2019
[–]
Pypy is super cool, but it doesn’t solve for maintainability and it only improves performance by one order of magnitude, leaving it 1-2 orders slower than Go. Besides, IMO, goroutines are so much nicer than Python’s async.
meowface
on Oct 21, 2019
|
parent
[–]
Yeah, I totally agree. I love Python, but I can't stand Python's async situation. I don't like Go, but I think its concurrency is miles better.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Which is positive mind you, but they would be better served by adopting PyPy.