So I've spent significant time in Node, Go, VB, and C#. I've got an "understanding" of Objective-C also.
I've toyed around with C and love it but haven't been able to think of a tool for myself to build as a project and that's really how I actually learn a language.
I have no interest in Cpp but other than that I'm very interested and open minded.
I used to hate Ruby and Python syntax but I am warming up to Python after experimenting some more. Ruby not so much ( what is it with the pipes when you iterate over something ) but I could be convinced.
All in all I'm open to suggestions and with a fairly diverse group here I imagine I could find some direction or at least some pointers ( no pun intended ).
Thanks everyone
I notice there's nothing functional on your list. Any functional programming should prove really interesting for you, and teach you a lot. Certainly learning a bit of Haskell has changed how I write in all other languages. I would go for Haskell because the strict type system is also a really interesting thing to learn, but alternatively you could go for Erlang which emphasises error handling/recovery for services with high uptime, or something like Scheme which has s-expressions and macros which are apparently really great to learn.