Re: [cljs] Implement transport for a REPL

2012-11-27 Thread David Nolen
Looks much better than my attempt :) On Tue, Nov 27, 2012 at 4:58 PM, Karl Krukow wrote: > Yes! Thank you for that link :) > > On 27/11/2012, at 22.44, Frank Siebenlist wrote: > > > Pls take a look at Bodil's recent project: > > > > https://github.com/bodil/cljs-noderepl > > > > -FS. > > > > >

Re: [cljs] Implement transport for a REPL

2012-11-27 Thread Karl Krukow
Yes! Thank you for that link :) On 27/11/2012, at 22.44, Frank Siebenlist wrote: > Pls take a look at Bodil's recent project: > > https://github.com/bodil/cljs-noderepl > > -FS. > > > On Nov 27, 2012, at 1:32 PM, David Nolen wrote: > >> It's definitely possible. I've been to meaning to merg

Re: [cljs] Implement transport for a REPL

2012-11-27 Thread Frank Siebenlist
Pls take a look at Bodil's recent project: https://github.com/bodil/cljs-noderepl -FS. On Nov 27, 2012, at 1:32 PM, David Nolen wrote: > It's definitely possible. I've been to meaning to merge some experimental > work I've done creating a Node.js ClojureScript REPL in hopes that some one >

Re: [cljs] Implement transport for a REPL

2012-11-27 Thread Karl Krukow
Great! Thanks for your quick reply (again). I'd certainly love to look at it if you can provide a link. What do you think about the possibility of creating some protocol for the transport needed for a connected repl? - Karl On 27/11/2012, at 22.32, David Nolen wrote: > It's definitely possibl

Re: [cljs] Implement transport for a REPL

2012-11-27 Thread David Nolen
It's definitely possible. I've been to meaning to merge some experimental work I've done creating a Node.js ClojureScript REPL in hopes that some one would be willing to take it further. David On Tue, Nov 27, 2012 at 4:22 PM, Krukow wrote: > Hi, > I have a special non-browser environment which

[cljs] Implement transport for a REPL

2012-11-27 Thread Krukow
Hi, I have a special non-browser environment which doesn't support a ClojureScript REPL at the moment. I was wondering if someone has any insight into how much work it would be to create an equivalent of the "browser-connected" repl for a new environment. That is, I'd like a repl running in th