Please help with problem #30

27 views
Skip to first unread message

Gary Hudson

unread,
Dec 5, 2019, 9:08:56 AM12/5/19
to 4Clojure
Hi I'm really learning a lot from these exercises. But I'm stuck on #30. When I run the following using lien repl, it seems to work fine...

user=> (= (apply str (dedupe "Leeeeeerrroyyy")) "Leroy")

true


...but when I try it on the website, by simply supplying the following...


dedupe


...I get the response 


java.lang.RuntimeException: Unable to resolve symbol: dedupe in this context, compiling:(NO_SOURCE_PATH:0)


8218BC6F-62E7-46FA-8083-A0B1C11EBAAB.jpeg

Please see above screen shot. What am I doing wrong please?

Bill Allen

unread,
Dec 5, 2019, 8:33:29 PM12/5/19
to 4Clojure
Looking at clojuredocs: https://clojuredocs.org/clojure.core/dedupe, dedupe has been available since 1.7. 
For better or worse, 4clojure is stuck on 1.4, so you're solution will need to take that into consideration.  

--
You received this message because you are subscribed to the Google Groups "4Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 4clojure+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/4clojure/874757f6-2119-408e-b4a8-1ae7f7d2cba5%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages