-
Notifications
You must be signed in to change notification settings - Fork 31
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
Allow comment with # in repl #83
Comments
For the moment I don't think I'll put That said, I intend to make it easy to run alternative versions of Rash in the terminal. This is mostly planned as a feature of the line editor I intend to make. A big problem with Racket generally at the moment is that there is no good way to make a REPL for a custom Honestly, Racket's Unrelated to this repl stuff directly, but related to running modified versions of Rash, I also am (still...) working on some parsing stuff that I intend to use to replace Rash's parser implementation (or perhaps be the parser implementation for a Rash2 or something) that will also provide much more powerful (and much easier and declarative) ways of modifying the reader layer to do what you want. |
This allows eg the readline vi mode move # to effectively save current line to history without running it as it would in bash.
The text was updated successfully, but these errors were encountered: