First of all, I do not think that the unofficial ï and ; s are useful for code-golfing. Do you think so? (I will make a PR to revert these changes if that's a yes.) (I am adding the Ẹ command to represent exponentation.)
(Debatable) I think that the implicit while loop condition 1 is too challenging to golf for a Keg program. E.g. this highly-golfed Truth-machine:
:[{:.
If the condition is the top of the stack, then the program will be:
:{:.
However, some challenges require explicit infinite loops, and the current while loop is useful for these:
{
If the condition is the top of the stack, then the loop has to be:
1{
Do you want to keep or change the while loop condition?
First of all, I do not think that the unofficial
ï
and;
s are useful for code-golfing. Do you think so? (I will make a PR to revert these changes if that's a yes.) (I am adding theẸ
command to represent exponentation.)(Debatable) I think that the implicit while loop condition 1 is too challenging to golf for a Keg program. E.g. this highly-golfed Truth-machine:
If the condition is the top of the stack, then the program will be:
However, some challenges require explicit infinite loops, and the current while loop is useful for these:
If the condition is the top of the stack, then the loop has to be:
Do you want to keep or change the while loop condition?