This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-27
Channels
- # adventofcode (1)
- # announcements (4)
- # beginners (120)
- # calva (5)
- # cider (12)
- # clara (3)
- # cljdoc (48)
- # cljs-dev (33)
- # cljsrn (4)
- # clojure (124)
- # clojure-dev (43)
- # clojure-europe (2)
- # clojure-italy (168)
- # clojure-nl (2)
- # clojure-spec (7)
- # clojure-uk (79)
- # clojurescript (50)
- # core-logic (6)
- # cursive (12)
- # datascript (1)
- # datomic (8)
- # devcards (2)
- # emacs (5)
- # events (2)
- # figwheel-main (6)
- # fulcro (18)
- # graphql (42)
- # hyperfiddle (3)
- # jobs (1)
- # luminus (2)
- # nrepl (5)
- # off-topic (59)
- # onyx (5)
- # parinfer (2)
- # pathom (10)
- # pedestal (2)
- # portkey (3)
- # re-frame (24)
- # reagent (6)
- # reitit (54)
- # remote-jobs (1)
- # ring (5)
- # shadow-cljs (75)
- # spacemacs (35)
- # sql (22)
- # tools-deps (16)
- # unrepl (10)
I'm so grateful for add-missing-libspec
! It's so nice to type in some namespace alias or class name and then add it super quick with add-missing-libspec
. Saves me so much typing!
Slime has this opt-in feature where you can call something like
(swank:eval-in-emacs '(some code))
and get the results of the evaluation (mostly only useful for primitive types.Does Cider/NREPL offer anything similar?
I never used eval-in-emacs
, but I assume the resulting code is evaluated as Emacs Lisp, right?
Probably this made a lot more sense for Common Lisp, given how similar it is to Emacs Lisp.
@bozhidar I use this for things like having emacs pop up a non-echoing password prompt
(instead of putting passwords in string literals)
thanks for the pointer to clomacs, it looks like it might help me do what I want to do
is there a way to get cider to reformat my code subject to a line length limit
i.e. inserting newlines where appropriate,