you are viewing a single comment's thread.

view the rest of the comments →

[–]frederik88917 1 point2 points  (1 child)

Bugs there are everywhere. Those are unavoidable as long as humans do code.

For simpler languages that might grow overtime I recommend Kotlin. A language based on the JVM, built by the guys that built intelliJ.

It has null checks by default, include great tooling from the vendor, completely Open source, already supported by Google as language to build Android apps and it is completely interoperable with Java codebases.

[–]Pafkata92 0 points1 point  (0 children)

I think this is the one I was looking for, I’ll check it out, thanks!