I’ve dabbled in a LOT more, but if I had to give an honest answer to languages I could write whatever I want with it the answer is probably C, C++, Python, JavaScript, Java, C#, Bash.
I’ve been meaning to learn Rust, and all of the people here claiming it’s their favorite language is very interesting, but I haven’t found the time because it’s just not relevant to what I do for work (and not likely to change anytime soon).
Python, Rust and Lua. SQL if that counts as well.
In high school I took classes on Visual Basic, C++, and Java, and learned some ActionScript on my own, but I wouldn’t feel confident with any of them nowadays. I suppose I could still write a basic HTML 4 page, but CSS was always a weak point and I don’t think either of those really count as programming languages anyways.
Proficient: Rust, C++, Python, x86-64 ASM, SSE1 SIMD, C#, C, Javascript / Node.JS
Can get by: Java / JNI, Kotlin, Bash
Been a while: Perl, Haskell, Prolog, Labview, LispOh God, I forgot about labview. Definitely wasn’t my thing
ASM - are you working with embedded electronics?
Coincidentally, I do work on embedded devices, but as mentioned by ferret, most embedded stuff nowadays is (I think?) an Arm variant. Most all of the device code I write is C++ though; no need to get into assembly land unless clang screws something up, but that hasn’t happened yet thankfully. That said, in the future, this may change as we optimize certain imaging algorithms further.
x86 is rarely used in embedded these days
Professionally, I’ve worked with Python, C++, C# and Java. Also briefly a little bit of Perl.
Outside work, I’ve also done JavaScript, Go and Haskell.
There are many more languages I’ve played around with, but I don’t want to list them all.
I took a programming class in highschool, so I know some BASIC. Not that I’ve ever used it since then.
Depends on your definition of “know”. Honestly nowadays I don’t feel too scared to try something in any language.
I’m most proficient in Java and Python. In my free time I nowadays spend most of my time messing around with Haskell, Julia, or Rust. And I have some basic knowledge in a lot of other languages, including C, C++, C#, Kotlin, Groovy, Prolog, JavaScript, SQL, etc, etc.
But as I said in the beginning, I’m not too scared of learning something new. If someone were to ask me for a job where I’d be using Go or Kotlin or something then I’d be fairly confident that I could adjust quite quickly.
That depends – which job am I applying for, and how many questions are you going to ask about what’s on my resume?
EDIT: I suppose if I’m going to bother posting, I should also actually answer the question. I use mainly Python and C, though I’ve learned and used several others to a greater or lesser degree over the years. Also, I quite like sed if we’re doing scripting languages.
deleted by creator
Not many I’m entirely self taught and was into some dodgy things while I was into this programming.
I started off making password crackers in Visual basic I also let’s say experimented in trojans and taking over the api functions of popular chat programs etc. I used to do some really childish let’s call them pranks of people who argued with me in chateooms etc.
Never went much further than delphi as far as programming goes although I got surprisingly good at that but never in good ways.
Rust and a bit of Python
deleted by creator
No actual programming language, but I do know a few scripting languages…
Bash, Powershell and PHP, all with various proficiencies.
proficient at some point in the last 20 years:
- C
- ladder logic (for PLCs - dont take this from me)
- Verilog
- VHDL
- C#
- C++
- PHP
- Go (this is my daily driver)
I would hate to count JavaScript and friends.
C, C#, C++, BASIC, and Java.
I see others mentioning PHP and HTML but when I learned those way the hell back in high school, most nerds would get up your ass for calling them “programming languages.” If those count, I know those too.
Would VBS (Virtual Battle Simulator) scripting be a programming language? I know that best from the 3,000+ hours spent making missions for Arma 2 and 3.
Php has gotten fairly advanced compared to what it used to be so it counts. Html doesn’t count since it’s a markup language not a programming language. You can’t control logic with it, but JavaScript does count.
I know Python well, but I could build basic things with C++ and Fortran. I use bash a lot too. I know the basics of html and css if those count. And I barely remember some stuff from Matlab