Re: [Chicken-users] new egg: nrepl

2014-05-22 Thread Kristian Lein-Mathisen
Thanks, Mario! I've added documentation on the wikihttps://wiki.call-cc.org/eggref/4/nrepl . 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 wrote:

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 githubhttps://github.com/Adellica/chicken-nrepl/issues. I won't have to to look into it now, unfortunately. K. On Wed, May 21, 2014 at 2:38 PM, Alaric Snell-Pym ala...@snell-pym.org.ukwrote: On

Re: [Chicken-users] new egg: nrepl

2014-05-22 Thread Stephen C. Gilardi
On May 21, 2014, at 8:26 AM, Kristian Lein-Mathisen krist...@adellica.com 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

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 scgila...@gmail.comwrote: On May 21, 2014, at 8:26 AM, Kristian Lein-Mathisen krist...@adellica.com wrote: I've created a very simple egg that exposes a simple REPL

[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

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 debugging

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 krist...@adellica.com 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