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.
Awesome, thanks!
In the kumites section, the erlang vm used is R16B03. Please upgrade it to R17+, since the introduction of "Named Funs" makes it far easier to write recursive functions (Maps were also added) http://joearms.github.io/2014/02/01/big-changes-to-erlang.html.
The 'init:stop()' command stops the Erlang VM/Top level process. We have to do that because otherwise the VM will time out the kata output window (the "this took more than 6000ms" error).