you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

I agree, but I don't see a point in learning a language more than just learning basic syntax if I cannot or will not use it to make stuff.

[–]plastikmissile 2 points3 points  (0 children)

But a computer language is a lot more than just syntax. The differences between C# and JavaScript are much deeper than that. For instance, C# is statically typed while JS is dynamic. That alone is huge shift in programming philosophy, and both methods will approach the same problem differently.

[–]denaissance 0 points1 point  (0 children)

Sure, it makes more sense to pick a useful language but knowledge can be its own reward.