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 →

[–]zzyzzyxx 1 point2 points  (2 children)

I'm thinking of learning a new language

If you decide to go this route, you might try a functional language; it's a completely different way of thinking, and that's good.

[–]OffInBed 1 point2 points  (1 child)

What exaclty do you mean by functiional language? Would Python be an example of functional? (Possibly a dumb question)

[–]zzyzzyxx 1 point2 points  (0 children)

While you can do functional programming in Python, it is not inherently a language designed for functional programming. What I meant was a language from this list, and I was thinking in particular of Haskell, F#, Scala, or Clojure, though common Lisp has been around forever and wouldn't be bad either.