Conversation

Replying to
Go is clean and simple. I'm a former C++ & Java programmer and only use Go now as my first-choice compiled language. My interpreted language choice is Python. Python has excellent library support, so I use it for things where there is no Go library available.
2
3
Replying to
Yeah -- the JVM does make JAVA extremely portable to different architectures. Probably one of its biggest strengths. The only issues I've ever come across with Java is garbage collection issues (Stop the World, etc.)
1
Show replies
This Tweet was deleted by the Tweet author. Learn more