chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] new egg: nrepl


From: Kristian Lein-Mathisen
Subject: Re: [Chicken-users] new egg: nrepl
Date: Thu, 22 May 2014 10:37:38 +0200

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 <address@hidden> wrote:
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 that it might be
> part of the official egg index. Have a look here:
>
> https://github.com/Adellica/chicken-nrepl

I like it. I've wanted one of these for ages, but never gotten around to
writing my own.

Feature request: parameterize what it uses for "eval" so people can
supply special environments, sandbox, sanity-check the sexprs, log them,
etc. with suitable wrapping procedures :-)

TLS support, and an optional "connection authentication" parameterized
procedure to handle a login process (given the tcp socket on
current-input/output-port and able to return #t to continue or #f to
close the connection and abort), would be the next feature request for
use in less trusted environments!

>
> Thanks!
> K.
>

Good work that man,

ABS

--
Alaric Snell-Pym
http://www.snell-pym.org.uk/alaric/


_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]