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.
Thanks. I'm trying to learn genserver these days. this helped me to investigate more.
funny but nice ........
I submitted a second solution w/ inspiration from g964, but this also leaks memory.
In practice, I wouldn't do this
For practice, I did this just to practice some of the builtin tools, because there's not many other ways which require their use.
Don't you think this is totally overkill for the purpose of the exercise ?
Ah I see, cool!
It's a Haskell ReadP port to JS. Mostly Applicative, but with a few Monadic thingies as well.
I solved "Writing applicative parsers from scratch" ( Haskell ), then created the port, then solved a couple of JS parser kata.
If you fork it, you can collapse the
P
definition and it gets pleasantly concise. :]Can you explain this? What're all the monads?
Nope
oh man this is cool
Cannot give optional parameters in Ruby, so we can't complete this
This comment is hidden because it contains spoiler information about the solution