@wallhackio You did post about learning a basic UNIX concept from JavaScripts on the web site full of weird UNIX nerds who hate JavaScripts...
@vaporeon_ lets all just agree to make peace by hating on C++
@wallhackio Nobody is telling me to enable C++ just to access a web page that is static content...
@vaporeon_ that's more specifically a web development crime than a javascript crime imo
@wallhackio If what you're doing isn't web development, why would you ever want to use JavaScript for it instead of, for example, Perl?
@vaporeon_ I really enjoy javascript for scripting tasks because has lexical scoping and functions as first-class objects in a language with a C-like syntax, and unlike Python the lambda syntax is actually fun to write. So I can opt into functional solutions when they make sense, and it still has pretty good abstractions for traditional OOP for when it makes sense
And its surprisingly performant for a scripting language.✝
✝ this accomplished through JIT engines which have a significant memory footprints and are only practical on modern architectures