-
Notifications
You must be signed in to change notification settings - Fork 64
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
Custom REPL #175
Comments
Agreed |
If you're open to a PR with the above, I wouldn't mind making one. |
Yeah sure. I was playing around with it, it's not bad. Wondering if |
Oh nice! That's a good idea. Is there a way to still interpolate Julia variables into that, though? I noticed this didn't work: julia> a = 10
10
>> rand($a)
Error: Invalid text character. Check for unsupported symbol, invisible character, or pasting of non-ASCII characters. |
Yeah interpolation is not supported by |
It would be cool to have a custom REPL mode. For example:
The text was updated successfully, but these errors were encountered: