practicalli / practicalli/clojure
Set namespace on repl start up
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 117
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
that can be bundled into an alias in deps.edn as well (requires a , instead of spaces to avoid some word splitting through the shell):
{:aliases
{:repl {:main-opts ["-e" "(require,'clojure.set)(in-ns,'clojure.set)" "-r"]}}}
and then clj -M:repl
To test:
Can this be used with all aliases that start a REPL, like rebel and reveal
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the deps.edn :repl alias and the clj -M:repl command shown in the issue, then inspect the aliases that launch Rebel and Reveal. Done means determining whether the namespace-startup option can be applied consistently to those REPL aliases and updating the applicable configurations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100