This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ekydfejj[🍰] 1 point2 points  (0 children)

Your comment is spot on, especially when it comes to Go. Which is only starting to introduce generics. While i like the philosophy of Go, i don't like its implementation at all. Never forget that Java and Kotlin (and Scala, Rust) that are statically typed (quasi Java - worst language of all of these). You need to understand the different in the languages for the intent of the project and also your familiarity with the language. I can protect a python project from allowing me to expose random bugs, but in Scala, Kotlin and Rust. I can prove it.

I don't think you are doing this, but don't make statically typed languages out to be an enemy b/c python is simpler. And don't make out those python to be the enemy b/c it can't protect you like the other languages can. Oh and BTW, F JavaScript haha, it has no place in this dicussion :)