Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Can you elaborate on this? I'd like the understand what you mean.


First of all, if you want to use python, use it. However go is imho more suitable since

- Python doesnt do parallel programming well, Go does (and low level programming is often async) - Go compiles to machinecode already (it will be faster, which is often important on lowend hardware) - Go is just as nice to write in as in Python (!debateable i know!)

So all in all, python doesnt seem a right fit.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: