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

Feature Request for REPL #52

Open
zenon opened this issue Jan 28, 2020 · 1 comment
Open

Feature Request for REPL #52

zenon opened this issue Jan 28, 2020 · 1 comment

Comments

@zenon
Copy link

zenon commented Jan 28, 2020

The REPL currently assumes that a complete expression has been entered when you press ENTER, or input a line feed; and it gives an error otherwise. This prohibits me from pasting multi line expressions (as I have them in my files) into the REPL, e.g.

{
1 :uno
2 :due
3 :tres
4 :quattro
}

In the REPL of Julia, e.g., I can enter an expression line by line, it recognizes when the expression is done. Navigation in the REPL (cursor key UP) brings me back to the complete expression, so I can change it as a whole.

For min this would need the REPL to recognise quotations and dictionaries, and nested of the same.

This would be cool.

@h3rald
Copy link
Owner

h3rald commented Jan 28, 2020

Nice. And agreed, it's needed, but it's potentially a very big feature for nimline, the simple readline/linenoise alternative I am using for the min REPL.

See h3rald/minline#12

@h3rald h3rald added the OnHold label Jan 21, 2021
@h3rald h3rald added vNext and removed OnHold labels Jul 22, 2023
@h3rald h3rald added OnHold and removed vNext labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants