I Hate the Letter F
31–40 of 63 posts
Re: I Hate the Letter F
#32As a commenter points out, that’d make programming a difficult pastime. Can’t think of a non-esolang without if and for apart from Brainfuck, and that’s got an f in the name.
With Rust you could get by with "match bool { true => ..., _ => ... }" and "loop { ... break }" I think.
Re: I Hate the Letter F
#33Take for example Pacific Ocean. Every damn c in that two word is pronounced differently. Worst part, you could replace it with other letters (Pazifik Oshean). It’s redundant.
C is just a nightmare…
Re: I Hate the Letter F
#34Re: I Hate the Letter F
#35In a crowded room, listen for the "s" sounds and you will see what I mean.
Re: I Hate the Letter F
#36As a commenter points out, that’d make programming a difficult pastime. Can’t think of a non-esolang without if and for apart from Brainfuck, and that’s got an f in the name.
if (x) { y; } → while (x) { y; break; }
for (a; b; c) { d; } → a; while (b) { d; c; }Re: I Hate the Letter F
#37As a commenter points out, that’d make programming a difficult pastime. Can’t think of a non-esolang without if and for apart from Brainfuck, and that’s got an f in the name.
Re: I Hate the Letter F
#38Re: I Hate the Letter F
#39As a commenter points out, that’d make programming a difficult pastime. Can’t think of a non-esolang without if and for apart from Brainfuck, and that’s got an f in the name.
Re: I Hate the Letter F
#40I don't hate the letter "s", but its sound is quite distinctive in conversation. In a crowded room, listen for the "s" sounds and you will see what I mean.