DEV Community

Discussion on: How many programming languages do you know?

Collapse
 
fjones profile image
FJones

In order of familiarity*frequency of use:

PHP
JS in various flavours
C++
SQL in various flavours
Golang
Python
Java
C
Bash
C#
Ruby
Perl
Good ol' Haskell
VB

Probably still missing a few. I very much echo the others listing "one size fits all" - so long as you're familiar with the basic paradigms. Between OOP, FP, event-driven, the Go channel concurrency, and different type systems, I've probably covered most short of assembly, PASCAL, and some research languages.