sunshine@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 days agoI'm new to using Ruby and this tickled me pinklemmy.mlimagemessage-square81fedilinkarrow-up1271arrow-down18cross-posted to: programmer_humor@programming.dev
arrow-up1263arrow-down1imageI'm new to using Ruby and this tickled me pinklemmy.mlsunshine@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 days agomessage-square81fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareOriel Jutty :hhHHHAAAH:@infosec.exchangelinkfedilinkarrow-up4·1 day agoDoes Ruby require the use of [] and {} there? Because those %w/%i/etc things look like custom quoting operators and at least in Perl you can use any delimiter you want: qw(a b c) is a list of strings, but so are qw+a b c+ and qw;a b c;.
minus-squareHelloRoot@lemy.lollinkfedilinkEnglisharrow-up5·edit-21 day agoYes, but why? https://en.wikipedia.org/wiki/Principle_of_least_astonishment
Does Ruby require the use of
[]
and{}
there? Because those%w
/%i
/etc things look like custom quoting operators and at least in Perl you can use any delimiter you want:qw(a b c)
is a list of strings, but so areqw+a b c+
andqw;a b c;
.Yes, but why?
https://en.wikipedia.org/wiki/Principle_of_least_astonishment