@vaporeon_ man I remember really enjoying Perl when I took my "programming languages paradigms" in college, maybe I should learn it again
also what is die
in Perl?
@vaporeon_ oh does it kill program execution and log the given message to console?
@wallhackio "log the given message to console" is a very JavaScript-brained way of saying "print the given message to stderr"...
@vaporeon_ javascript is the only real language, everything else is an imitation
@wallhackio This is slander of the C programming language
@vaporeon_ I mean, its syntax was inspired by javascript so it's still a great language :]
@wallhackio
It is JavaScript that was inspired by C, there was no JavaScript in the 1970s, but there was C
@vaporeon_ if c had dynamic typing it would be perfect :]
@wallhackio You should try the programming language B, it's the ancestor of C and it doesn't have datatypes
@vaporeon_ oh shit really? 👀
also I was joking I don't have problems with C's typing
@vaporeon_ oh no structs? :(((((((
@wallhackio Yeah
Structs were one of the big improvements that C had over B
They're even the reason why they could rewrite the UNIX kernel in C instead of assembly:
By early 1973, the essentials of modern C were complete. The language and compiler were strong enough to permit us to rewrite the Unix kernel for the PDP-11 in C during the summer of that year. (Thompson had made a brief attempt to produce a system coded in an early version of C—before structures—in 1972, but gave up the effort.)
@vaporeon_ structs are one of the best things in c