Giter Club home page Giter Club logo

chicken-nrepl's People

Contributors

evhan avatar kristianlm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

evhan dieggsy

chicken-nrepl's Issues

allow exiting repl-loop from repl `(quit)`

if you do nc localhost 1234 and then want to exit, the only way now is to do C-c and make nc quit. it'd be nice to add a quit procdeute in the current nrepl envoronment that will exit the nrepl loop and close connections (in turn terminating nc nicely)

parameterize `eval`

From Alaric:

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 :-)

Questions about environment in compiled code

The wiki says:

However, sometimes modules disappear due to compiler optimizations.

I've seen this happen - if I connect with nrepl to an interpreted session, I see all the bindings I would expect - defined in file and imported. If it's compiled, I only see those defined in the file. I can then make the same imports manually to get things working as I'd expect.

I was wondering - what sort of optimizations make this happen? Would there be a way to explicitly pass the environment to the call to eval in nrepl-loop so that it's preserved?

add TLS support

From alaric:

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!

Customizable prompt, change default

It'd be nice if the default prompt was #;> rather than ;>, as I think that's more consistent with the default csi prompt. Additionally, the former works better M-x run-scheme, since #; will comment out just the >, while with ;> the whole line is treated as a comment.

Also, we could export the nrepl-prompt parameter to make it customizable! What do you think?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.