[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Which of these two giants of computing is a better programmer?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 35
Thread images: 4

File: 1457838713205.jpg (101KB, 698x365px) Image search: [Google]
1457838713205.jpg
101KB, 698x365px
Which of these two giants of computing is a better programmer? Forget about which one of them is more mentally ill or more insane or more influential... I'm interested in which of them is a better programmer.

Well?

PS: Bonus points if you can post some cool source code from either of the two gentlemen.
>>
terry
>>
One of them wrote an OS, the other desperately attaches to someone else's OS in an attempt to stay relevant.
>>
does Stallman even program anymore? where can I see his git commits?
>>
>>58772788
I'm also curious about this. Does he do any work on that laptop, or just answer emails all day?
>>
>>58772757
>>58772766
Going to have to go with this logic.
>>
>MIT nigger vs some no name from arizona
>>
>>58772766
well you can't write an OS in Lisp
>>
>>58772829
I think he just poses for pictures with his laptop, hoping shutterstock offers him some money.
>>
>>58772946
That's where you're wrong
>>
This is a pretty cool snippet:

U0 Main()
{
I64 x1=0,y1=0,x2=0,y2=0,i=1,c=0;
I64 vx1=0,vy1=0,vx2=0,vy2=0;
CDC *dc=DCAlias;
while (!ScanChar) {
if (!--i) {
i=1000;
dc->color=c++&15;
}
GrLine(dc,x1,y1,x2,y2);
vx1=ClampI64(vx1+SignI64(RandI16),-5,5);
vy1=ClampI64(vy1+SignI64(RandI16),-5,5);
vx2=ClampI64(vx2+SignI64(RandI16),-5,5);
vy2=ClampI64(vy2+SignI64(RandI16),-5,5);
x1=ClampI64(x1+vx1,0,Fs->pix_width-1);
y1=ClampI64(y1+vy1,0,Fs->pix_height-1);
x2=ClampI64(x2+vx2,0,Fs->pix_width-1);
y2=ClampI64(y2+vy2,0,Fs->pix_height-1);
Sleep(1); //Replace this with Yield() ort Sleep(0) and see what happens!
}
DCFill(dc);
DCDel(dc);
}

Main;
>>
One of them wrote this:
Bool PrsAsmImm(CCmpCtrl *cc,CAsmArg *arg)
{
if (arg->imm_or_off_present)
LexExcept(cc,"Already one immediate at ");
arg->imm_or_off_present=TRUE;
arg->num.local_asm_undef_hash=NULL;
arg->num.glbl_asm_undef_hash=NULL;
cc->asm_undef_hash=NULL;
cc->abs_cnts=0;
cc->flags&=~(CCF_UNRESOLVED+CCF_LOCAL);
if (!IsLexExpression2Bin(cc,&arg->num.machine_code))
LexSkipEol(cc);
else {
if (cc->abs_cnts.externs)
LexExcept(cc,"Extern Not Allowed at ");
if (cc->flags & CCF_UNRESOLVED) {
if (cc->flags & CCF_LOCAL) {
arg->num.local_asm_undef_hash=cc->asm_undef_hash;
cc->asm_undef_hash=NULL;
} else {
arg->num.glbl_asm_undef_hash=cc->asm_undef_hash;
cc->asm_undef_hash=NULL;
}
} else {
arg->num.i=Call(arg->num.machine_code);
arg->num.glbl_asm_undef_hash=cc->asm_undef_hash;
cc->asm_undef_hash=NULL;
Free(arg->num.machine_code);
arg->num.machine_code=NULL;
}
}
return TRUE;
}


The other one wrote this:
A parrot once had sex with me. I did not recognize the act as sex until it was explained to me afterward, but being stroked on the hand by his soft belly feathers was so pleasurable that I yearn for another chance. I have a photo of that act; should I go to prison for it?


Take a guess who is the more competent of those two when it comes to programming.
>>
>>58774765
not an argument
>>
>>58774770
It's pretty telling to me.

They both have autism but Terry applies his in a much more functional way.
>>
>>58772734
They're both great. This either or mentality is just as repulsive as choosing a political identity. Do you realize everyone has strengths and weaknesses?
>>
>>58772734

Honestly, I think Terry is a better programmer. At least he made an OS with a compiler, while Stallman just tries to act as if GNU is relevant at all.
>>
>>58772734
>left is literally hitler
>right is literally stalin
>>
>>58774765
>
Bool PrsAsmImm(CCmpCtrl *cc,CAsmArg *arg)

Definitely Terry wrote this. RMS doesn't even know how to pass a pointer anymore.
>>
Which one would be the better father?
>>
>>58772734

Stallman doesn't know how to program beyond the basics taught in any basic programming uni course. Stallman is a politician of sorts.
>>
>>58774934
Stallman.
>>
Didn't Stallman develop GCC? He was probably a way better programmer than Terry back in the day.
>>
>>58774986
>develop GCC
he told ppl what to write and oversaw it for a few years.
>>
>>58774934
I think Stallman wins by default
>>
>>58775106
>I think Stallman wins by default
How so? He'd probably rape his kid. I don't think Terry;s violent.
>>
>>58775106
I can imagine RMS feeding his kids with feet fungus
>>
>>58774934

Stallmann, for sure.

Just imagined the daily routine of Davis' hypothetical kids; spending their days with daddy, a 48-year old neet yelling at CIA niggers in his mothers basement kek.

Stallmann would at least take them to all the cozy places he usually takes his laptop to...
>>
Didn't Stallman implement a whole bunch of stuff at the same rate as a team of programmers because they decided to keep their stuff closed once?
>>
>>58772998
he already made more than enough to NEET off of, and still makes some money from speeches and talks
>>
File: shut_up_bird.jpg (26KB, 500x750px) Image search: [Google]
shut_up_bird.jpg
26KB, 500x750px
>>58772734
Terry is sexier
>>
One of them got a MacArthur genius grant and 15 honorary doctorates. The other one is a schizo. I wonder...
>>
>>58774934
Stallman no question.
>>
File: eddiefurlongmusic.jpg (9KB, 200x373px) Image search: [Google]
eddiefurlongmusic.jpg
9KB, 200x373px
>>58774765
Lol
>>
File: hqdefault.jpg (10KB, 480x360px) Image search: [Google]
hqdefault.jpg
10KB, 480x360px
One of them wrote a text editor.
The other one wrote an OS that's less useful that forementioned text editor.

One of them started an ideology with religious-like following.
The other one calls everyone he doesn't like nigger cattle.
>>
>>58777925
Omg is Cuñado a meme now
Thread posts: 35
Thread images: 4


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.