hi - as a cljs noob I want to try out specter at the repl. I am using (require '[com.rpl.specter :as sp])
and then if i try to invoke a test using: (sp/select [sp/ALL] [1 2])
i get a big nasty error about No protocol method ImplicitNav.implicit-nav defined for type com.rpl.specter/t_com$specter79300: [object Object]]
Any help would be most appreciated
@ian.davies works fine for me
try doing it from a checkout of specter from github
run ./scripts/cljs-repl.sh
I did not know about this. It is cool.
oh ok ill give it a go. Thanks @nathanmarz