Re: [Chicken-users] new egg: nrepl

2014-05-22 Thread Kristian Lein-Mathisen
Oh, of course, Cider is just for Emacs, thanks for the clarification! K. On Thu, May 22, 2014 at 4:57 PM, Stephen Gilardi wrote: > > On May 21, 2014, at 8:26 AM, Kristian Lein-Mathisen > wrote: > > I've created a very simple egg that exposes a simple REPL over TCP > connections. I've called it

Re: [Chicken-users] new egg: nrepl

2014-05-22 Thread Stephen C. Gilardi
On May 21, 2014, at 8:26 AM, Kristian Lein-Mathisen wrote: > I've created a very simple egg that exposes a simple REPL over TCP > connections. I've called it nrepl. Naming conflicts with Clojure's deprecated > nrepl hopefully won't be a problem. There’s probably little chance of someone conf

Re: [Chicken-users] new egg: nrepl

2014-05-22 Thread Kristian Lein-Mathisen
Yes, indeed, the current implementation is very simple. I've added your comments as issues on github. I won't have to to look into it now, unfortunately. K. On Wed, May 21, 2014 at 2:38 PM, Alaric Snell-Pym wrote: > On 21/05/14 13:26, Kristian

Re: [Chicken-users] new egg: nrepl

2014-05-22 Thread Kristian Lein-Mathisen
Thanks, Mario! I've added documentation on the wiki . K. On Wed, May 21, 2014 at 2:39 PM, Mario Domenech Goulart < mario.goul...@gmail.com> wrote: > Hi Kristian, > > On Wed, 21 May 2014 14:26:37 +0200 Kristian Lein-Mathisen < > krist...@adellica.com> wro

Re: [Chicken-users] new egg: nrepl

2014-05-21 Thread Mario Domenech Goulart
Hi Kristian, On Wed, 21 May 2014 14:26:37 +0200 Kristian Lein-Mathisen wrote: > I've created a very simple egg that exposes a simple REPL over TCP > connections. I've called it nrepl. Naming conflicts with Clojure's > deprecated nrepl hopefully won't be a problem. > > I'm thinking this may be h

Re: [Chicken-users] new egg: nrepl

2014-05-21 Thread Alaric Snell-Pym
On 21/05/14 13:26, Kristian Lein-Mathisen wrote: > > Hi! > > I've created a very simple egg that exposes a simple REPL over TCP > connections. I've called it nrepl. Naming conflicts with Clojure's > deprecated nrepl hopefully won't be a problem. > > I'm thinking this may be handy enough for debu

[Chicken-users] new egg: nrepl

2014-05-21 Thread Kristian Lein-Mathisen
Hi! I've created a very simple egg that exposes a simple REPL over TCP connections. I've called it nrepl. Naming conflicts with Clojure's deprecated nrepl hopefully won't be a problem. I'm thinking this may be handy enough for debugging that it might be part of the official egg index. Have a look