DEV Community

[Comment from a deleted post]
Collapse
 
winstonyallow profile image
Winston

Current programming languages:

  • Python (at my job)
  • Java (for a university course)
  • C++/C (for example to write Godot engine modules in my free time)
  • JavaScript (haven't used this one for a long time, maybe it's time to refresh my js knowledge)

Next I want to learn Rust. I love the syntax and the trait system. Also the Rust book proved to be really helpful. The speed of Rust is a nice additional feature (but nothing that I really need currently).

I love learning new languages. I always try to make at least a few projects in one languages before I try another one. I currently am in the stage of experimenting with Amethyst to create a small game in Rust. After that I will try to make something with Rust compiled to webassembly (I like the idea of running Rust in a browser).

Collapse
 
sendilkumarn profile image
Sendil Kumar

I always try to make at least a few projects in one languages before I try another one.

That is great. Go for it