|
|
|
|
|
by DrMagnus
2600 days ago
|
|
I used to feel that java was a good teaching language, but after using it at work, I totally agree. Java is excellent for enterprise distributed systems. It's got excellent tooling and an absurd quantity of libraries. It's not good for simple programs to teach students compared to say...python or even C++. Especially things that don't really NEED the complex machinery built in to the JVM/Language spec. |
|