What's your favourite programming language?

Just asking, mine is C++

Attached: 2000px-ISO_C++_Logo.svg (1).png (2000x2248, 122K)

Other urls found in this thread:

aras-p.info/blog/2018/12/28/Modern-C-Lamentations/
twitter.com/NSFWRedditGif

I would say C, most things. I will admit it isn't without flaws. Python comes in second but I really only enjoy it for small projects and automation. I have been meaning to pick up C++ though.

Are you a masochist?

Haskell is so nice

What's wrong with C++?

Unironical. Also, I'm a straight white cis male, tho somewhat lefty.

Attached: 1550510989768.png (1200x1200, 56K)

c++
if you gotta ask this you dont know much about c++

What a shitty answer, I bet you have no real argument. C++ is very complex, but you can really write it like you want.

In terms of what?

Getting things done: JavaScript.
Getting bigger things done: TypeScript.
Favourite language based on syntax: Ruby, Python, Nim
Standard library: C#, Java
Documentation, users, packages: JavaScript
GUIs: JavaScript
For 70% less bugs: Any language without manual memory management

Even Scott Meyers gave up on it

you have to deal with inconsistencies across OSes, no standardized threading, linker errors, and a bunch of other stupid things. And if you aren't using it for speed why are you even using it.

Manual memory management is pointless unless you're writing system software.

I like doing stuff in Typescript (don't bully), C#, Python and go

>no standardized threading
is there something wrong with std::thread?

c# .net

>you can really write it however you want
That's a problem, not and advantage.

Attached: C-programming.png (3400x1760, 120K)

C++

C++17 with inline asm

I have different for a few situations

backend web: PHP

Serious projects: C#

general use: Python

DIY: C

What kind of stuff you guys make in C++ besides video games?

Attached: 1546811658070.jpg (818x693, 91K)

absolutely based!

Attached: 1519157799833.jpg (720x540, 210K)

Modern sepples is bretty based

Attached: when do we stop rolling.jpg (1920x1080, 286K)

C++ is often used in software which has mixed performance and business logic concerns.
Games programmers is probably one of the worst examples of C++ programmers around because broadly speaking they're very vocal against the language and its developments. It seems almost every time someone in the C++ community says something mildly questionable about C++ development Game programmers come in droves to complain wide and far.
aras-p.info/blog/2018/12/28/Modern-C-Lamentations/
You might notice how this guy is effectively arguing for C-like code or just straight C code.
Just one example. Just a few weeks after this someone made a post about how C++ programmers shouldn't be debuggers and the same explosion happened.

See pic for a more accurate idea of who actually uses C++.
Finance is mostly HFT. They also have some reservations against C++ but that depends on where the code is.

Attached: file.png (1958x1276, 168K)