Hacker News new | ask | show | jobs
by alexbardas 4175 days ago
Go has a much better runtime system than Python (can spawn lots of green threads in parallel using goroutines), but it's also broken in so many ways (e.g.: type system).