Talk:Dupdog

From Esolang
Jump to navigation Jump to search

Some questions

So, does the duplication work like this? Running the program below:

~abc

Resulting into:

abcabc

?

And reversing just turns the program around? Like this:

?abc

Into:

cba

?

And does the Shanty output mean outputting the program length as integer or something?

--Keymaker 12:19, 19 Jan 2007 (UTC)

Yes, yes, and yes. Shanty also stops the program when it outputs an integer. --Seven Inch Bread
Actually, because that ? is interpreted by Mfit, it does something different. Shany does the reverse thing. I'll put up the implementation when I get home today. :) --Seven Inch Bread
Alright. Oh, and yeah, I should've said that the second program is encountered with Shany, that's how I meant it. (Naturally in that case there has been some earlier code that has already been executed and removed.) --Keymaker 21:32, 19 Jan 2007 (UTC)