-
Colocar Koans
-
Consider introducing something like https://github.com/liammclennan/JavaScript-Koans and suggesting additions / contributions to it (assuming there are some to be made).
-
## Runciman and the Proof
One day a student came to Runciman and said: "I believe I have a proof here, but would like for you to check it for me."
Runciman replied: "if you're not convinced then I'm…
-
## Problem
The actual koans in lisp-koans got a big update with the 2.0 release. However, since this implementation forked awhile back we can't simply cherry pick over the updates.
For reference…
-
Now that I've figured out how to write an integration test for an archetype with the "grader" profile enabled (as seen in issue #197). I should write an integration test for the koans archetype that …
-
Some approval file names have the first letter of method in uppercase and are not matching the corresponding method name.
There are also some methods with uppercase first letter (one is related to ap…
-
make a koan demonstrating the difference between these 2:
1)
```
const source = most.from(numbers)
.zip(identity, most.periodic(50));
```
2)
```
const source = most.from(numbers)
.concatMap(x =>…
-
See:
https://web.archive.org/web/20031105005932/www.bagley.org/~doug/ocaml/Notes/okoans.shtml
Pointed out to me by @Drup.
-
There are some koans in clojure-koans[1] that are missing from clojurescript-koans. Can we add these koans to this project?
[1] https://github.com/functional-koans/clojure-koans/tree/master/src/koans…
-
Add Koans that cover [Reflection in C#](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/reflection).