I am a Clojure newbie trying to fiddle around with LightTable (ClojureScript) sources. The biggest issue so far is to read and find documentation on Javascript classes (like js/console.log).
I would like to be able to jump to the Javascript source whenever I have a doubt and neither LightTable now Cursive can find the source when I try to jump (Cursive gives me warnings, for example on (.replace content (js/RegExp. "[ \\t]+$" "gm") ""))) it cannot find js/RegExp).
Maybe I am missing some configuration in the leiningen script, or in the IDE, therefore my question is, where do I have to put (and how) the Javascript source in order to jump to it when necessary?
Thanks!
--
Note that posts from new members are moderated - please be patient with your first post.
---
You received this message because you are subscribed to the Google Groups "ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojurescrip...@googlegroups.com.
To post to this group, send email to clojur...@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.
Gotcha! Thanks for the advice, I'll have a look and probably ask on LightTable's irc channel...but I doubt that a Clojure newbie can tackle this alone (ok...if he can, he will spend a lot of time :)).
Oh yes definitely! Do you know by any chance some good reference on implementation strategies for these kind of indexers? I think that the spreading of a programming language depends a lot on its tooling, and from what I see Clojure has potential but is missing some cool feature and IDE support (Cursive aside).
I don't know if am going to start something like this, but it would be a good reading regardless.
I will surely have a look...I am also interested in the auto saving...I guess it's implemented the same way..using this custom file watcher layer over file systems...
It will be fun, and at the moment I read Java better than Clojure ;)
Thank you for the reply
You received this message because you are subscribed to a topic in the Google Groups "ClojureScript" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojurescript/_95-aqLFhb4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojurescrip...@googlegroups.com.