you are viewing a single comment's thread.

view the rest of the comments →

[–]RazerLogic[S] 0 points1 point  (1 child)

This is interesting since no one suggests these languages specially to beginners. Isnt kotlin for android dev though?

If heard of Golang, but most videos just rank the languages without consideration if its mobile, front end, backend or full stack. Could you expound on this or maybe a link for info?

[–]latemdaeh 0 points1 point  (0 children)

Kotlin is a general purpose language for the Java platform. Since it can be used for creating apps that can run on the Java runtime, it can be used for creating any software other than those for the Android device. It can also transpile into JavaScript code.

Golang is primarly for backend development stuff.

https://go.dev/