The-Clojure-Workshop icon indicating copy to clipboard operation
The-Clojure-Workshop copied to clipboard

A New, Interactive Approach to Learning Clojure

Results 4 The-Clojure-Workshop issues
Sort by recently updated
recently updated
newest added

According to the specifications: The function will print a transformation of the string passed as a _second_ argument based on the calmness level. If the calmness level is strictly inferior...

Fixes the following errors: Line 14: Unable to resolve symbol: ‘ in this context Javascript code example 2 at line 50: SyntaxError: Invalid character '\u201c'

I got different results because your code is different from that from the book: ```clojure (def walking-speed 4) ``` Book says: > ... and an average of walking speed of...

Dear maintainer, Based on inquiries I changed some code. I think it's now more correct. Let me know if there are any questions. Kind regards, Erwin --- ### Activity 4.01:...