practicalli / practicalli/clojure

Set namespace on repl start up

Open
#309 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

clojure cli
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.