Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJS copypasta #33

Merged
merged 1 commit into from
Aug 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion plugins/copypasta/copypastas.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
"🅱an":
"__**:b:SER :b:AS :b:ANNED :b:OR :b:HIS :b:OST :laughing: :100:**__",
"unrustled":
"https://i.imgur.com/p2b0rFS.jpg"
"https://i.imgur.com/p2b0rFS.jpg",
"node":
"_I'd just like to interject for a moment. What you’re referring to as \"the only real Dev language\" is in fact, the Node.JS runtime environment or as I’ve recently taken to calling it, Node+JS. Node is not a language unto itself, but rather another free component of a fully functioning JavaScript runtime made useful by the JavaScript core syntax, parser utilities and vital language components comprising a full Dev language as defined by Alan Turing and his great descendant Steve Jobs.\nMany computer users run a modified version of the Node runtime in their browsers every day, without realizing it. Through a peculiar turn of events, the version of JavaScript which is widely used on servers today is often simply called \"Node.JS\" and many of its users are not aware that it is basically the JavaScript language, developed by Netscape. There really is a Node, and these people are using it, but it is just a part of the Dev language they use.\nNode is the runtime, the program in the system that allocates the machine’s resources to the JavaScript commands that you run. The runtime is an essential part of a Dev language, but useless by itself; it can only function in the context of a complete Dev language. Node is used in combination with the JavaScript programming language: the whole system is basically JavaScript with Node added, or Node.JS. This so-called "only real Dev language" is really just a distribution of JavaScript._"
}