guy who only knows i18n, trembling: and... this 'l33t' you speak of?
echo $(($(echo antidisestablishmentarianism | sed 's/./1+/g')0))
28
its 7 letters longer than the longest non-contrived, non-technical english word wikipedia lists
echo $(($(echo antidisestablishmentarianism | sed 's/./1+/g')0))
28
its 7 letters longer than the longest non-contrived, non-technical english word wikipedia lists
@TheDarkBomber @mothcompute oh this is a great pun, can I riff?
"You can prove a language is complete two ways. Functional languages, like Haskell, prove equivalence to the lambda calculus; imperative languages prove equivalence to a Turing machine. This is due to the separation of Church and state."
@mothcompute this was a really interesting way to count characters; I will insist though that:
echo -n antidisestablishmentarianism | wc -c
is more readable…
$ perl -e 'print "l", "e" x 33, "t\n"'
leeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet