rich4clojure
rich4clojure copied to clipboard
Practice Clojure using Interactive Programming in your editor
## What does it do? In problem 026 the student is asked to return "the first X Fibonacci numbers". It happens that the Fibonacci sequence starts with 0, i.e.: (0...
Updated test cases to more closely match original test found at https://4clojure.oxal.org/#/problem/161 Also allows for single __ definition
Updated test cases to match more closely what I see as original test cases in https://4clojure.oxal.org/#/problem/134 This also allows for passing tests with definition of __
guide users to tests form directly, as in other problems.
I'm sure this is required, but without this change, the test cases were failing even though my solution gave correct answers.
What do you think about adding the link for the 4ever-Clojure solution page for each problem? In general they have many more solutions than what's in the gists so it...
Hi, again I may just be unfamiliar with hyperfiddle, but for example the problem 27 test is ``` (tests (__ '(1 2 3 4 5)) := (__ "racecar") := (__...
Hello, thanks for this project, I was looking for something exactly like it. It might be I'm unfamiliar with hyperfiddle tests, but I don't understand why the tests in #72...