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

Re: nREPL middleware for external repl.

2013-04-24 Thread Michael Klishin
Andrew Voron: > My question is: can this be achieved via some combination > of nrepl middlware and transport? So nrepl here is just a middleman > between nrepl.el(emacs) and actual repl that executes inside > flashplayer. > > Or a custom socket server for such a goal will be a better choice? > An

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