-
Notifications
You must be signed in to change notification settings - Fork 3
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
Possibility for improved usability for Clojerl REPL from a release? #85
Comments
@oubiwann Did you have something specific in mind in terms of improved usability? What does LFE provide in this case? Is there an |
I actually didn't have anything in mind! Was mostly opening this as a brainstorming ticket. The LFE situation is actually less friendly, as the Oh, so ... there is something that I've done for the updated LFE rebar3 plugin, though: I've added support for That might be more hackery than your interested in having as a part of the Clojerl rebar3 plugin? Here's the code: Hrm, not really sure it's worth it ... even if we provide a means of starting and evaling the Clojerl REPL, the user's ultimately going to have to type the full path to the script in order to get an interactive session with the console. Maybe you can think of something clever that will work? ;-) |
If you are interested in creating a rebar3_clojerl command to run a release, note that I have run into an issue I haven't had to time to sit down and sort out. I've created a ticket for it here: |
If I create a Clojerl release and start the app(s) in
console
mode (wherePROJ_BIN
points to an app's release script):CODE_LOADING_MODE=interactive $(PROJ_BIN) console
I need to do the following to get a Clojerl REPL:
Clojure 0.6.0 clje.user=>
However, I can start the REPL directly from the CLI by doing this:
Maybe there's a nicer way to provide this functionality for Clojerl developers?
The text was updated successfully, but these errors were encountered: