What are the SICP & TAOCP of...
Name:
Anonymous
2015-02-15 10:45
Computer hardware and engineering? And the most low-level aspects of software and programming (probably hackers delight for that one).
What about for computer security? What are the NSA agent's bibles?
Name:
Anonymous
2015-02-15 11:20
>>1SICP of Computer hardware and engineering
Perhaps a good book on physics/chemistry?
Name:
Anonymous
2015-02-15 11:43
it's not like that
Name:
Anonymous
2015-02-15 15:25
>>2Sure, if you want to get into semi fab processes, though I suspect OP is more interested in logic design.
Name:
Anonymous
2015-02-15 19:53
>>4The crap you implement with GOTO doesn't count as logic design.
Name:
Anonymous
2015-02-15 21:04
>>5Implementing JMP in your control unit sure as fuck is logic design, cretin.
Name:
Anonymous
2015-02-15 22:06
In my language all instructions are jumps
Name:
Anonymous
2015-02-15 22:49
JMP around! JMP around! JMP! JMP! JMP! JMP!
Name:
Anonymous
2015-02-16 8:38
>>6-8The crap you implement with GOTO doesn't count as JMP.
Name:
Cudder
!MhMRSATORI
2015-02-16 10:43
It's impossible to write good and compact code without GOTO
. Any language that forbids its use is utter rubbish.
Name:
Anonymous
2015-02-16 11:12
>>10A language with local functions and a suitably optimising compiler is sufficient.
Name:
Anonymous
2015-02-16 11:19
Why hide branches if you compile down to them anyway?
Name:
Cudder
!MhMRSATORI
2015-02-16 11:24
>>11Relying on a compiler to do something as critical as that is reckless. Have you ever read any compiler output ever?
Name:
Anonymous
2015-02-16 11:44
>>13Why would I need to? I'm not a compiler.
Name:
Anonymous
2015-02-16 15:11
CSAPP