-
Notifications
You must be signed in to change notification settings - Fork 27
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
ClojureScript support? #27
Comments
Unfortunately Puget is not yet cross-compiled to ClojureScript. As of the 0.9.x series its main dependency (fipp) is cross-compiled though, so in theory this should be doable. I haven't worked a lot in cljs though, so if you have any suggestions I'm all ears. Mainly I think this would involve making most of the files |
👍 for this, also will have a look, regarding the |
yep agree, putting here as reference http://dev.clojure.org/display/design/Reader+Conditionals |
Yeah, some thoughts:
|
Yes I notice |
The The |
Yes I suspected that. |
I am going to begin work on this. |
@venantius great! Feel free to ping me here or on Slack for testing! |
Cool, I've just started picking up Clojurescript myself! I've experimented a bit with cross-compiling in alphabase and it's pretty nice so far. |
Reference WIP PR here: #30 |
hey, any movement on the CLJS support? looks like the upstream PR in clj-arrangement was merged, anything blocking this? |
Nothing blocking it other than time. I've made a bunch of progress since the last comment on this issue, but I haven't had a chance to drag it over the line. I'd say the current status is about 80% done. |
Hello. What's left to do here? Would be nice to finally finish this :) |
Hello, just looking for some news, what's up on that issue? If you don't have time to finish it, do you think you could still write what's left for others to try to help you? |
There's been no progress. Anyone interested in picking this up should refer to the WIP PR referenced above for Puget, or could take a look at the syntax-highlighting engine for Planck and work on it from that angle. |
@venantius Could you be so kind and describe what is it that needs to be done, i.e. what are the main problems that need to be solved? It is not very clear to me from the PR (the comments there are too low-level for me) or from the " look at the syntax-highlighting engine for Planck and work on it from that angle". I think it would be very helpful to provide a clear description of the task (and the work done so far) so that somebody can pick it up. Thank you! |
Hello guys,
I am trying to include the new puget
0.9.2
in a ClojureScript project with no luck.I tried to downgrade to
0.8.1
but still I am not able to see puget in my classpath.It always throws the classic
no namespace found printer.puger...bla bla .cjlc ...bla
My
project.clj
:The
profile.clj
is empty.Very weird, what can it be? Does puget modify the classpath at all?
The text was updated successfully, but these errors were encountered: