Conversation
Notices
-
@theorytoe it is unsalvageable. The language is needlessly verbose, there's too many confusing functions within the same namespace, concurrency in a garbage collected language shouldn't be this retarded. Everything "useful" that can be done must be done with a framework otherwise you'll be spending more than half the time on building the boilerplate. It also does not matter how efficient your code is because the JVM optimises it for you, not in the good way, but in the way where incompetent assholes can claim to be seniors even if you put all your hours into making your code much better.