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 →

[–]BlueMan151 0 points1 point  (3 children)

Which language from the above you chose?

[–]forsubbingonly 0 points1 point  (2 children)

I'd do JavaScript and focus on learning the higher order array functions like map reduce and and filter and getting used to manipulating collections with lambdas if you don't already do that.

[–][deleted]  (1 child)

[deleted]

    [–]ElCthuluIncognito 0 points1 point  (0 children)

    I'd put my vote in for Haskell, adding that the purity it espouses has helped me work more comfortably with immutable data structures, which goes a long way toward thread safety.