Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State of the REPL #5886

Closed
71 opened this issue May 25, 2017 · 3 comments
Closed

State of the REPL #5886

71 opened this issue May 25, 2017 · 3 comments

Comments

@71
Copy link

71 commented May 25, 2017

After spending the good part of my day working on a REPL, I discovered that it already exists, as the nim secret command.

Is there any specific reason for keeping it secret? Nothing in the manual or docs refers to this feature.

@refi64
Copy link
Contributor

refi64 commented May 26, 2017

It was killed in #2633, and IIRC the rationale was that it had a crapton of odd bugs/edge-cases in it.

@andreaferretti
Copy link
Collaborator

It also relies on the interpreter (the thing which is used in macros and compile time function execution) and as such it cannot import modules that rely on C code, that is, most of the stdlib

@dom96
Copy link
Contributor

dom96 commented May 26, 2017

it cannot import modules that rely on C code, that is, most of the stdlib

This is the biggest problem with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants