Y
Hacker News
new
|
ask
|
show
|
jobs
by
paxys
2246 days ago
All programming is just if statements. That doesn't mean systems can't be complex.
2 comments
adrianN
2246 days ago
If you're creative you can get away without conditional branches:
http://www.jucs.org/jucs_2_11/conditional_branching_is_not/R...
link
a1369209993
2246 days ago
Not true; if the conditional branch goes backward then it's a (possibly do-) while statement. Also subroutine calls.
link
seisvelas
2246 days ago
Counternitpick: Those subrouting calls and while statements are compiled to conditional jmps. If you squint your eyes it's just a fancy 'if'.
link
zimpenfish
2246 days ago
"It's no use, @a1369209993 - it's IF statements all the way down!"
Apologies to William James' apocryphal quote.
link