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

Pages: 1-4041-

nigger

Name: Anonymous 2015-02-11 4:15

A computer scientist nigger admires anything complicated... the more
complicated, the more in awe he is. A physicist admires simple things.

If you make a really shitty operating system that is really complicated or a
fucked up compiler... all the niggers will stand in awe.

Name: Anonymous 2015-02-11 4:18

C is a plain and simple white farmer.
Lisp is a yogi.
haskell is a hipster nigger from new york with dreadlocks.

Name: Anonymous 2015-02-11 4:31

"A design is complete not when there is nothing left to add, but when there is nothing left to remove." -- Exupery

Name: Anonymous 2015-02-11 8:14

That's why curryniggers admire the JVM.

>>3
Exupery was a retard, then. What he described was "beautiful", not "complete". Completeness is precisely defined by the fact that there's nothing left to add.

Name: Anonymous 2015-02-11 8:16

>>1
A physicist admires simple things.

Citation needed!

Actually, physicists admire things that they get grant money for.

Name: Anonymous 2015-02-11 10:38

[[[ To any NSA and FBI agents reading /prog/: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

>>5
For what it's worth, I admire cocks. I'm not a physicist though.

Name: Anonymous 2015-02-13 2:56

t. nigger

Name: Anonymous 2015-02-14 13:47

>>4
Completeness is precisely defined by the fact that there's nothing left to add.
You mistake ontological completeness for the functional completeness. So the only retard here is you, my subhuman afro-american friend.

Name: Anonymous 2015-02-14 14:03

>>8
You believe ontological completeness is different from functional completeness. So the only retard here is you, my subhuman afro-american friend.

Name: Anonymous 2015-02-14 17:18

“Simplicity is a great virtue but it requires hard work to achieve it and education to appreciate it. And to make matters worse: complexity sells. - Dijkstra

Name: Anonymous 2015-02-14 20:32

“Dubs are a great virtue but they require hard work to achieve them and education to check them. And to make matters worse: non-repeating digits sell. - Dubstra

Name: Anonymous 2015-02-14 20:40

>>10,11
Terminate your quotes 「下さい」

Name: Anonymous 2015-02-14 20:47

下さる my anus

Name: Anonymous 2015-02-14 21:23

>>12
*you're

Name: Anonymous 2015-02-14 21:40

>>14
kill you're are self

Name: Anonymous 2015-02-14 22:16

>>15
*your

Name: Anonymous 2015-02-15 1:19

Tsk.
>>7
Back to Krautchan.

Name: Anonymous 2015-02-15 2:06

>>8,9
Do you two faggots even know what those words mean?

Name: Anonymous 2015-02-15 2:24

>>18
Does that even matter?

Name: Anonymous 2015-02-15 3:32

>>18
Of course they don't.

>>19
Of course it doesn't.

Name: Anonymous 2015-02-16 22:20

>>6
Your header is funny!

Name: Anonymous 2016-07-11 5:41

(stopping the dubsfaggot from dubsbumping)

Name: Anonymous 2016-07-21 10:45

>>22
nice ducks

Name: Anonymous 2016-07-21 11:16

>>1
This is why gif is superior to h265

Name: boi 2016-10-27 17:47

boi

Name: boi 2016-10-27 17:51

nibba luk at yo chest and spel ATTIC

Name: Anonymous 2016-10-27 21:11

>>26
I can't parse that!

Name: Anonymous 2016-10-27 21:18

Common Lisp is the simplest language. FORMAT and LOOP are practically mathematical objects like the natural numbers and the Booleans.

Name: Anonymous 2016-10-27 21:27

>>28
FORMAT and LOOP are about as mathematical as a JavaScript programmer.

Name: Anonymous 2016-10-27 22:00

>>29
Javascript was described as "we want to do lisp in the browser" to get its designer interested, if I remember that interview correctly... – Izkata

@Izkata: Indeed, Waldemar Horwat once told me that he viewed JavaScript as essentially Common Lisp with a C-like syntax. In fact Waldemar defined a metalanguage, wrote an interprepter for his metalanguage in Common Lisp, and then wrote the JavaScript spec in his metalanguage, thereby enabling him to actually run the specification. It was a clever technique. – Eric Lippert
https://softwareengineering.stackexchange.com/questions/224132/why-do-so-many-languages-treat-numbers-starting-with-0-as-octal

Name: Anonymous 2016-10-27 22:10

>>29
JavaScript is lambda calculus – plain old grade school math.
http://www.crockford.com/javascript/javascript.html

Name: Anonymous 2016-10-28 2:37

>>31
Check em boy

Name: Anonymous 2016-10-28 3:46

>>32
EPIC FIAL

Name: Anonymous 2016-10-28 4:03

rule 34 get

Name: Anonymous 2016-10-28 4:48

>>30
It finally answers the question(What if Lisp was popular?)
JS==Scheme, Node.js==Common Lisp
Apparently all that was needed for Lithp to be popular is sane syntax and removal of more esoteric/expensive features.

Name: Anonymous 2016-10-28 4:54

https://common-lisp.net/project/parenscript/
At the same time, Parenscript is different from almost all other "language X" to JavaScript translators in that it imposes almost no overhead:

No runtime dependencies
Any piece of Parenscript code is runnable as-is. There are no JavaScript files to include.
Native types
Parenscript works entirely with native JavaScript datatypes. There are no new types introduced, and object prototypes are not touched.
Native calling convention
Any JavaScript code can be called without the need for bindings. Likewise, Parenscript can be used to make efficient, self-contained JavaScript libraries.
Readable code
Parenscript generates concise, formatted, idiomatic JavaScript code. Identifier names are preserved. This enables seamless debugging in tools like Firebug.
Efficiency
Parenscript introduces minimal overhead for advanced Common Lisp features. The generated code is almost as fast as hand-written JavaScript.

Name: Anonymous 2016-10-28 5:47

>>1
t. davis

Name: Anonymous 2016-10-28 16:38

>>36
That's because they're the same language with different syntax.

Comp.lang.lisp posts which pre-date JavaScript have examples of "Lisp with C-like syntax" which look exactly like JavaScript. Some dude even used the function and var keywords just like JS does.

Name: Anonymous 2016-10-28 17:37

>>36,38
I think the world will be a better place if programming languages were more like JavaScript and less like Perl. (This is c.l.js. It's supposed to be OK to hold that opinion here.) JavaScript is based on simple, powerful, generally applicable mathematical concepts. Perl is based on a bunch of random crap that Larry Wall pulled out of his ass one day. Some people like random crap; I don't. The less random crap I have to deal with the happier I am.

Name: Anonymous 2016-10-28 19:16

>>38
eich confirmed plagarist

Name: Anonymous 2016-10-28 19:19

i'm pedophile saging this thread

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