Re: Latest JOGL with Clojure in Eclipse?

2013-06-28 Thread Andrew Voron
I dont know if I miss something, but after "lein deps" and trying to import NewtFacroty for ex. , clojure says me about absence of gluegen-rt-2.0.0-rc11-natives-windows-amd64.jar. All start working when I put this jar and native dlls into \.m2\repository\org\clojars\toxi\gluegen-rt\2.0.0-rc11\

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Andrew Voron
Good job. First thing that start and running from description in wiki. It seems like next evolution step in path: pure cljs -> Piggieback -> austin -> cljs-start May be for newcomers like me it will be good to add some integraional tips for emacs(others) editors.. Thx. Andrew -- -- You recei

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Andrew Voron
Well, Im not sure if I expressed myself correctly when asked for tips about editor - I thought about how to get Emacs (or may be other editor which support nrepl workflow) "work" with cljs-start. Now I see that it works good when I'm testing it. I use emacs-live for clojure work with emacs, and

nREPL middleware for external repl.

2013-04-24 Thread Andrew Voron
Hello. I need a suggetion about one thing: las3r - is a subset of Clujure language, hosted inside flash runtime. The idea is to use emacs + nrepl (I want to use all it's sweet features) to talk with flash repl. My question is: can this be achieved via some c

Re: nREPL middleware for external repl.

2013-04-24 Thread Andrew Voron
Thanks for reply, Michael. Take a look at Piggieback by Chas Emerick: > https://github.com/cemerick/piggieback > Yes I saw it, but if I underestand it correctly, this middeware doesn't connect to any external repl, it passes in to inner ClojureScript evaluator, which outputs plain JavaScript w