Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Kotlin Translation Kumited! Looking forward to your approval.
It seems like the swift translation may be broken. I get SIGILL for anything I enter.
It seems like the test/setup scripts are broken.. I'm seeing these errors (unrelated to my code):
Definitely needs some more test cases (edge cases?)
It seems like the
map
function is never called. Are you sure thesetMap
function on Master works correctly? Also, it would be nice to know the implementaiton of Master, unless that's too much of a spoiler?This was an absolute blast to implement, thank you for being so thorough with the test cases and implementation spec. The only issues I had with it were because I focused on the original Whitespace spec here: http://compsoc.dur.ac.uk/whitespace/tutorial.html rather than the minor tweaks you made to the spec. For example: the additional stack manipulation commands, as well as the fact that [space][space][space][lf] can be zero - only a sign and no digits. Also the original spec defines the opposite ordering of the left and right-hand sides of the arithmetic operands. That'll teach me to not stray from the kata description :)
Lack of test cases and clear definition of the problem..