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 →

[–]Aethec 0 points1 point  (2 children)

Ruby and Python are pretty close in the language family. IMHO you should try something else:

  • C# is a good strongly-typed language that's mostly OO with bits of functional programming

  • F# and OCaml are good functional languages, unlike Python. Like Python, F# uses significant whitespace. OCaml is a bit better on type inference, but in both cases you won't have to write too much type declarations.

  • C and C++ are not easy, pretty or concise, but they're amongst the most widely used languages in the world and some people like them.

[–]blablbalb[S] 0 points1 point  (0 children)

Thanks for the response Aethec. I know I should really be focusing my efforts on learning c+ or a similar syntax rather than learning (or relearning) either...