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.
My solution fails for only 1 test input: 59884848459853
I have been burned so many times by the lack of quality checks and mistakes in codewars katas.
Concatination via + is slow.
Concept is one thing, my complaint is for inconsistent description.
Task descriptions should be stand alone thing which covers everything you need to know to solve the task.
And you should refer to things the same way you defined them on top.
Example: "!" -> add data cell, but then you refer to it as "add to memory".
We shouldn't have to decifer descriptions to solve the kata, just sayin.
No, I just put them there for users to understand the point of esolangs and what this kata is asking. @donaldsebleung does a great job of explaining how to make an esolang interpreter.
Ahh, i see.
So to completely make sense of the description, one needs to do all the related tasks in order?
Have you seen the recommendations at the top? I put them there for a reason.
Description is unclear, inconsistent and you keep calling decrement "increment -1".