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.
The copy and slide instructions are an extension implemented in Whitespace 0.3 and are designed to facilitate the implementation of recursive functions. The idea is that local variables are referred to using [Space][Tab][Space], then on return, you can push the return value onto the top of the stack and use [Space][Tab][LF] to discard the local variables.
added
Thank you for writing this down, I would never have got that double the nth value command right.
Also, that command and the clear n values from the stack command are not part of the whitespace language definition, so how the hell have they ended up here?
Junit warning says that it expects java.lang.Exception, not a RuntimeException.
Did you read Nector12's post above?
How are we supposed to do it then ? I think I have errors too.
Re-ranked to 7 kyu
Thanks for this comment! Helped me to understand why I was failing with some test cases.
While I was debugging my solution this kata really felt like 1 kyu. However, if it had example tests fixed and improved (extended) description, it would definitely be worth 2 kyu.
This is strange, because there are 232 different solutions in Go. Please check your solution again.
It's still a problem for Go, points are all correct but due to ordering all tests are failing.
This comment is hidden because it contains spoiler information about the solution
This isn't an issue. You should return the ASCII symbol with code 0 (null character). Your tape should be initialized zeros, so
;
should output zero, and the final composer should turn that into null character.Hi! In some cases my SortArray function really didn't work...Sorry about that. I just have fixed it =)
passes by
Loading more items...