This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-05
Channels
- # announcements (2)
- # babashka (19)
- # beginners (14)
- # biff (10)
- # calva (23)
- # clojure (49)
- # clojure-europe (15)
- # clojure-nl (3)
- # clojure-norway (25)
- # clojure-seattle (1)
- # clojure-uk (4)
- # clojurescript (7)
- # data-science (6)
- # datahike (3)
- # datomic (1)
- # emacs (13)
- # events (2)
- # fulcro (3)
- # graalvm (13)
- # hyperfiddle (32)
- # leiningen (4)
- # lsp (38)
- # malli (1)
- # missionary (34)
- # nbb (28)
- # off-topic (42)
- # other-languages (5)
- # portal (8)
- # practicalli (1)
- # re-frame (3)
- # releases (1)
- # ring (7)
- # shadow-cljs (13)
- # sql (3)
Planing to deprecate some :repl/
aliases from https://github.com/practicalli/clojure-cli-config, as there are several that are very similar aliases and some aliases including features not used by Practicalli, e.g. clj-refactor and sayid debug tool.
• :repl/debug
and :repl/rebel-debug
• :repl/refactor
, :repl/debug-refactor
and :repl/rebel-debug-refactor
:repl/reloaded
is the recommended alias for a REPL reloaded workflow as used by Praticalli. A community member has https://github.com/practicalli/clojure-cli-config/pull/75, so considering adding :repl/reloaded-debug
alias for them, although will be relying on the users of this alias to feedback any issues.
Practicalli rarely uses a debug tool, occasionally Emacs cider-debug tool if there are some 'interesting' things happening with recursion.
The flowstorm debug tool can be included during REPL startup using the :lib/flowstorm
alias from the Practicalli Config.
Please add a thread comment to this message if you have any opinions about these aliases, especially if they are relied upon.
> Note: use clojure -X:deps aliases
to see a list of all aliases available to the user