-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some koans are missing #8
Comments
For the most part, I originally omitted any koan that depends on a Clojure language feature that isn't present in ClojureScript (the "java interop" section being the most obvious candidate, but I recall there were subtler issues with a number of other koans). If there are koans that are missing that are doable in ClojureScript, I'm more than happy to accept a PR that reintroduces them. Are there specific koans you're thinking of? |
I could be missing something but I think group-by koans [1] could be added, group-by is also in core.cljs [2]. But yes, the other two, "macros" and "java interop" are Clojure dependent. [1] https://github.com/functional-koans/clojure-koans/blob/master/src/koans/21_group_by.clj |
Ah, looks like the the group-by koans weren't added until January, well after I'd built this: Sounds 👍 to me if you want to add them! On Thu, Oct 23, 2014 at 11:29 AM, Emrehan Tuzun [email protected]
|
Great, I'll open a PR in a week. |
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
The text was updated successfully, but these errors were encountered: