RE: Post making contest
12-04-2016, 01:20 AM
Ahhh, I see. Interesting that the only rule four pass is a blank post.
I was messing around with various ways of looping in Daoyu (")))#", "><"), and while I didn't find anything that gave me inspiration for my quine, I did come up with a much more efficient truth machine.
I was messing around with various ways of looping in Daoyu (")))#", "><"), and while I didn't find anything that gave me inspiration for my quine, I did come up with a much more efficient truth machine.
Code:
$$$; @ takes input
=(!*S)=(*S=S=S.............. @ if it's a zero, end the program
!:))))))))[[[[[[[[>< @ if it's a one, delete the first half of the TLP and loop
@ It was a lucky coincidence that the remaining "1000" left by the SPLITs happens to be a command that doesn't affect the program, otherwise I would have had to do more work. Possibly even deleting the SPLITs themselves.