Anonymous
do another Kickstarter :D
David
we still haven't been able to provide the rewards for the IGG campaign
Anonymous
Oh dayum
David
another crowdfunding campaign won't happen unless we first succeed in giving people what we promised for the last one
David
becuase, how could people trust to give any more money, if we can't deliver?
Anonymous
Yeah, of course
Emilis
What is most of ReactOS written in? C/C‡?
🦥Alex Fails
Y
Anonymous
(that's a joke)
Emilis
Wait, C++ returns C, so C++ == C
Emilis
Or C++ < C
Emilis
Not sure
Anonymous
C++ <=> C
Nikolai
Or C++ < C
what????)_)))
Emilis
what????)_)))
Depends on compiler
Nico
C++ =! C
Nikolai
Depends on compiler
С++ inlude old C
Emilis
Not what I mean
Emilis
It was a pun using weird incremental logic
Emilis
Yeah
Emilis
Nico gets it
Emilis
int x = 5; int y = x++; What is the value of y? That was the basis of my joke
Nico
printf("%d", y);
Nico
I dont know if ^^ it will work
Emilis
I'm nowhere near a computer to try it, but I'm pretty sure it'll be 5
David
x=5, y=6
David
eh
David
y=5, x=6
David
I switched the varnames around ;P
Emilis
X++ returns x before incrementing
David
a mroe interesting question is
Emilis
++x returns x after incrementing
David
printf("%d%d%d", x++, x++, x++)
David
what does that print? ;P
Emilis
Depends on compiler
David
(I belive the answer is "undefined, will vary dpeending on implementation")
Nico
I m learning base of C
Emilis
Go doesn't have ++i. Interesting.
Anonymous
++ is evil
Emilis
Some people argue mutable types are evil
David
those people are idiots, though
David
;P
David
there's a place for everything
David
even goto.
Emilis
Does Go have goto?
Emilis
Let me see
David
no idea, I don't know go
Emilis
Seems like it does
Oplkill Алексей
why goto is hatest thing ?
Oplkill Алексей
sometimes goto is usefull
David
bad programmers used it wrongly
David
so schools teach that it's bad
David
so bad programmers learn to avoid it
Oplkill Алексей
bad programmers meking bad programms anyway with/out goto
Emilis
goto is also hard to teach
Emilis
so schools teach it's bad
David
and it's easy to misuse
Emilis
My first year programming teacher sucked Java's dick for the entire first year
David
specially when languages often have other systems, such as finally{} blocks
Emilis
ANd then I tried it and told him all my criticisms for the language
Emilis
and he just went "well it's easier to teach"
David
since the #1 use for gotos is to perform unconditional cleanup
Oplkill Алексей
My school teacher know programming lower then me...
David
finally{} will handle that use case
Emilis
My first year teacher doesn't have any kind of comp sci degree
Emilis
he had an economics degree
Emilis
Woo, shit school
Oplkill Алексей
+
Emilis
I really dislike Atom
Emilis
Is VSCode any good
David
it's atom
David
just with a different skin and such
David
so it's not QUITE the same
David
but it's the same underlying engine
David
atom, vscode, sublime