Talk:Wordfuck
Jump to navigation
Jump to search
Converter bug
The posted Python conversion tool seems to have an off-by-one error in the brainfuck-to-wordfuck side. See
>>> bf_wf('+') 'thy'
while the page itself says that length 3 equals '-'.
fizzie (talk) 19:22, 23 August 2014 (UTC)
I found the problem, it was in
result+=choice(randomwords[table[i]-3])+" "
where it should be choice(randomwords[table[i]-2]). 173.17.62.235 20:58, 23 August 2014 (UTC)
Binfuck
I'm removing the Binfuck because it should be its own article. --(this comment by Imaginer1 at 05:34, 6 June 2015 UTC; please sign your comments with ~~~~)