Talk:Alphuck

From Esolang
Jump to navigation Jump to search

Hi, I tried running the Hello World program with a bf interpreter and it did not work as expected. So I generated a new one. -User:PixelatedStarfish

The least you can do is make it mnemonic

Command Code Mnemonic Description
> r right Move the pointer to the right
< l left Move the pointer to the left
+ u up Increment the memory cell under the pointer
- d down Decrement the memory cell under the pointer
. o out Output the character signified by the cell at the pointer
, i in Input a character and store it in the cell at the pointer
[ b begin Jump past the matching ] if the cell under the pointer is 0
] e end Jump back to the matching [ if the cell under the pointer is nonzero

Or some other theme would be nice, otherwise it's begging for a Shameful tag. Rdebath (talk) 23:09, 6 September 2014 (UTC)


Oh god not another one... :L Imaginer1 (talk) 17:27, 8 September 2014 (UTC)

And this one is rather insidious, you will think of it when you get near brainfuck... maybe I should give it a name, mnemonic appears to be available :) Rdebath (talk) 08:34, 9 September 2014 (UTC)