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.
This comment is hidden because it contains spoiler information about the solution
https://www.codewars.com/kumite/606adc0d2030e3002f98e9b9 clojure translation, with some restrictions implemented, and no
unchurch
that can directly be used.console
is frozen, butconsole.log
isn't. Can't that still be abused to pass information fromencode
todecode
?Would it be better to pass
{ console: { log: Object.freeze(console.log) } }
in the context?