DEV Community

Discussion on: What is your "Coder/Language Fit"

Collapse
 
tvanantwerp profile image
Tom VanAntwerp

I mostly use JavaScript (because web sites) and, fortunately, I've found that it meshes well with me. It lets me have nice bits of both OOP (everything is an object!) and functional programming (love map/filter/reduce!). It's not perfect by any means, but it's been flexible enough to let me try all sorts of things out and find a flow that feels good. I'm sure that there are lots of other languages with nice features that I'd like to have, or would if I knew about them.