DEV Community

Discussion on: Which language i should learn as a beginner ?

Collapse
 
hwolfe71 profile image
Herb Wolfe

That all depends on what you want to do.

If you're interested in webdev, then obviously JavaScript is essential. For mobile development, Swift for IOS, and Kotlin or Java for Android. Game development uses a lot of C++, although I wouldn't call it beginner friendly.

Otherwise I'd probably recommend a scripting language, such as bash, and then move onto Java, C, or Ruby.