Whats the best "base" language that would allow to "easily"(not easy...

Whats the best "base" language that would allow to "easily"(not easy, just for it to be easier) then learn any other one, basically the root of the tree from where grow the other branches. I was thinking about C++

Attached: 352235253.png (918x1032, 45K)

I think the first language you should be focusing on is English.

this
also kek'd

>Giving a fuck about shit like this on an anime discussion website

:^)

start with C. you'll learn all the fundamentals and won't get bogged down with all of the convenience abstractions that are a part of C++

C#

C# is too simple, he will jump to C and he will not have a clue of whats going on

learning a language is a meme.
learn how to think instead.

umad bro

Attached: 1527545638008.png (699x490, 447K)

You can use pointers and manually manage memory in C#

Start with C. Most modern languages use C-like syntax and operate in a similar. C++ will just confuse you without first getting a mastery of C.

BASIC

Attached: 1378101294.5859894.jpg (709x4787, 900K)

This.
You're a worthless shitskin.

if you learn C++ you can learn anything else that isn't FP pretty easily

but that's only because C++ is a hideous and overly complicated clusterfuck

You should do Carl Herold's course on C

oof

that story never gets old

Attached: 1525277464280.gif (538x572, 338K)

Learn Java and get a job or learn C then learn Java and get the Java job anyway.

/sci/ recommends c++

Unironically C.

Yeah, but everyone will think you're a retard. Like they think garbage collection is magic or something.
Calling .Dispose() in C# or using unsafe blocks is like using goto or writing "using namespace X" in C++: sure it works, and might make your code more readable but your co-workers will REEEE so hard you'll have to rewrite the whole thing.

the worse thing is when their parts fuck up and cause memory leaks, they'll claim it's your fault because you used pointers and you'll have to fix their shit as well to prove it's not.

Attached: 4427-full.png (137x103, 32K)

LISP since all the other languages are basically DSLs for LISP.

This. I read SICP to get the ideas, then I moved on to C.

pajeet spotted

javascript

becuase fuck getting c to compile is a bitch it almost never works.

Javascript just worx

refresh browser worx

what kind of moron can't get C to compile

header files here
.cpp files there

how headers pull every thing in????

special naming and tricks

what goes in what no real rules.
weird complier specific warning you have to hunt down.

vs javascript

just worx.

hit refresh

want to include external code

/../...file.js

c++ is just c but with every new programming language feature thought of in the last 50 years shoved in with increasingly dumb syntax the closer you get to the present (and also good code) because of "backwards compatibility" despite the fact that every compiler lets you compile older versions of the language anyway

ironically learn rust instead
unironically learn python, javascript, or java instead

>doesn't know how to use make/makefiles
>cant be bothered to learn what linking is
>uses a high level meme language used to make anime pussy sniffing forums look pretty

just fucking

nu-Jow Forums gentlemen.

Yes. C is very close to assembler in terms of behaviour. Once your understand this you will be able to debug anything, whatever language.