Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

JAVASCRIPT IS PIG DISGUSTING

Name: Anonymous 2021-04-29 9:29

I'M A WEB USER
SON OF A BITCH JAVASCRIPT
JAVASCRIPT IS PIG
DO YOU WANT A TRACKER?
DO YOU WANT AN AD?
JAVASCRIPT IS PIG DISGUSTING
BRENDAN EICH IS A MURDERER
FUCKING J.S

Name: Anonymous 2021-04-29 10:28

(node => {
const walk = (pred, proc, node) => {
if (node.nodeType === 1) {
if (node.childNodes) {
for (let n of node.childNodes) {
walk (pred, proc, n)
}
}
} else if (node.nodeType === 3) {
if (pred (node.data)) {
node.data = proc (node.data)
}
}
}
walk (s => /^[A-Z]+$/.test (s.replace (/[^a-zA-Z]+/g, '')), s => s.toLowerCase (), node)
})(document.body)

Name: Anonymous 2021-04-29 10:49

Anyone who uses firstclass functions is a pedo suspect.

Name: Anonymous 2021-04-29 11:37

Harold Abelson and Gerald Jay Sussman with Julie Sussman
https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book-Z-H-12.html#%_sec_Temp_120
Abstractions and first-class procedures
Lisp, unlike other common programming languages, awards procedures full first-class status. This poses challenges for efficient implementation, but the resulting gain in expressive power is enormous.

Name: Anonymous 2021-04-29 18:54

unbelievably fat niggers.

Name: Anonymous 2021-05-06 0:36

the concept is that of code transmission over wire, with automatic execution; but, for our safety, navigators are recommended to isolate the code from touching the files in the host system, among other things, so in the end what we get is ads and trackers at most, which rewrite the cookies and local files to get their functionality

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List