Skip to content

issues Search Results · repo:functional-koans/clojure-koans language:Clojure

Filter by

57 results
 (101 ms)

57 results

infunctional-koans/clojure-koans (press backspace or delete to remove)

The question has been changed to Oracle Park (#171), but the answer remains AT T Park .
  • sugiyamak
  • 1
  • Opened 
    on Jun 27, 2022
  • #173

I have a question regarding the following koan: You can use a list like a stack to get the first element (= :a (peek (:a :b :c :d :e))) I believe this should be a queue instead of a stack, since a stack ...
  • Daniel-Jacob
  • 1
  • Opened 
    on Nov 16, 2021
  • #169

Hello, I m trying to test the first set of koans on equality, and when I run lein koan run or lein repl followed by (exec run ), I inevitably get the following error: Unable to resolve symbol: hello ...
  • achenet
  • 2
  • Opened 
    on Oct 17, 2021
  • #168

Commit 809af93, intended to Focus the problem and clean up naming in macros , modified two koans surrounding the macro now named infix-concise. The format of these koans was changed from complete test ...
  • andrew-breunig
  • Opened 
    on Jul 17, 2021
  • #167

I m just getting started with Clojure, so this is more a question than a recommendation. In the :require portion of each of the files it has a :refer :all, like this: (ns koans.01-equalities (:require ...
  • brettrowberry
  • 4
  • Opened 
    on Feb 23, 2021
  • #163

Is it me or does the currently is-even? function seem wrong? (defn is-even? [n] (if (= n 0) __ (___ (is-even? (dec n))))) Should it not be ... (defn is-even? [n] (if (= (rem n 2) 0) ...
  • zackteo
  • 1
  • Opened 
    on Dec 24, 2020
  • #159

I was a bit confused by the koan here because switching the value order of the list elements causes the test to fail. I d like to propose either changing the koan to reflect the Clojure guides more closely ...
  • rosschapman
  • 1
  • Opened 
    on Sep 4, 2020
  • #158

Since I couldn t find the solution for the last meditation of the datatype koan, I checked the solution and I was a bit suprised to find only : (str Congratulations on your Best Picture Oscar, ...
  • fmesnata
  • 1
  • Opened 
    on Dec 13, 2019
  • #154

I think it would be nice to add Koans for generative tests with tests.generative after the metadata koans, and event-driven agent koans after the other reference type koans. What do we think about such ...
  • equwal
  • 2
  • Opened 
    on Oct 28, 2019
  • #150

Something is wrong in the namespace setup (I think). -- lein repl nREPL server started on port 49447 on host 127.0.0.1 - nrepl://127.0.0.1:49447 REPL-y 0.4.3, nREPL 0.6.0 Clojure 1.10.0 Java HotSpot(TM) ...
help wanted
  • rr326
  • 1
  • Opened 
    on Aug 31, 2019
  • #146
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub