By this I mean, post the list of languages you use regularly, the ones you are best at, and the one(s) you use most.
For those of you who have figured out how to learn concepts and not languages, what's your most commonly used paradigm.
I swear to hojo if this becomes a hate filled relig- i mean language debate over which one is better I will personally report this thread and make sure it is deleted.
edit: Now:
My weapon of choice is C++ mostly because it was my first language and is still the one I'm best at. the ones I use regularly are as follows in order of usage from greatest to least.
Haskell, caml, Common lisp, F#, etc : Most frequently used (haskell being the top)
Any given scripting language : Used for rapid release and automation (as they very well should be)
C++, Scala, C# : Used for medium to large complexity applications
Java : used for school work
Golang : used for fun,
Nasm x64 Assembly : OS development and ultra low level projects (Sometimes mixed with C/C++)
C : (combined with OpenCL or CUDA) used for high profile hardware intensive projects.
My favorite paradigm is OOP (single dispatch) but the most practical for my research is either procedural or functional.
edit: and by research i mean my first hand discovery and practice of things that have been discovered already. I'm a hands on learner :O