-
Notifications
You must be signed in to change notification settings - Fork 49
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
Can't use nomads #53
Comments
Sorry - I've been on a long vacation. Have you installed all the dependencies listed in https://github.com/marick/fp-oo/blob/master/project.clj ? |
I installed the dependencies, and I get the same problem. Investigating... (Sorry, but I haven't used Clojure for years, so I've forgotten how to work with it.) |
So this is odd. Starting from (what I think is) a clean environment, I downloaded everything in the
|
Although I like for people to do the exercises, maybe this is a case where it's best to just read the words. |
Hi,
in chapter 10.9's exercise, we need to use nomads library:
`(use 'clojure.algo.monad)
When trying to run it in lein , It has an error that it can't the class:
e
Anyone has an idea?
(couldn't find anything in Google)
Thanks
The text was updated successfully, but these errors were encountered: