-
Notifications
You must be signed in to change notification settings - Fork 28
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
Implement Elchemy REPL #154
Comments
|
Blocked by #164 |
Not worth the effort. Closing in favor of #207 |
Resurrecting for discussion on possible implementations |
I think there's an option to hack this pretty easily:
|
Would be way easier to ship if #352 was done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Functionality:
A REPL should take single lines of Elchemy, and produce an output of compiled Elixir code:
Examples:
Ideas:
Possible implementation:
IEx.Autocomplete
moduleThe text was updated successfully, but these errors were encountered: