This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-02
Channels
- # announcements (12)
- # asami (5)
- # aws (3)
- # babashka (12)
- # beginners (86)
- # calva (14)
- # chlorine-clover (3)
- # cider (13)
- # clara (8)
- # cljdoc (1)
- # cljfx (2)
- # cljsrn (1)
- # clojure (69)
- # clojure-berlin (6)
- # clojure-czech (14)
- # clojure-dev (17)
- # clojure-europe (76)
- # clojure-france (14)
- # clojure-nl (43)
- # clojure-norway (6)
- # clojure-spec (7)
- # clojure-uk (13)
- # clojurescript (4)
- # code-reviews (1)
- # conjure (16)
- # cursive (2)
- # data-science (3)
- # datascript (1)
- # datomic (41)
- # events (4)
- # fulcro (9)
- # hugsql (3)
- # instaparse (5)
- # jobs (3)
- # malli (1)
- # mid-cities-meetup (1)
- # nrepl (22)
- # off-topic (25)
- # onyx (1)
- # pedestal (3)
- # remote-jobs (3)
- # shadow-cljs (61)
- # sql (22)
- # xtdb (12)
Last week I gave a demo on a dataframe library I’m working on for Scicloj, where I heavily used Conjure. I thought I’d share it here! Conjure rocks! :thumbsup: :thumbsup:
Oooo, how're you doing the flash on eval @anthony550? Visual select and eval? I do want to add a flash of what you evaled as a feature some time soon 🙂 it's looking good! I don't think I've seen a nice spark experience from Clojure before!
No flash eval 😅 Just this:
nnoremap <Space>cc mwvip:ConjureEval<CR>'wzz
So is this adding a marker, going into visual mode, selecting the “inner paragraph” (looks like to go to the entire function/top-level form), jumping back to the marker, and then centering the screen?
Yes sir! Basically trying to get the cursor back to where it was before.
Yes sir! Basically trying to get the cursor back to where it was before.
And the vip
part is actually the default behaviour of Vim Slime (https://github.com/jpalardy/vim-slime), which is a plugin I use for other languages, say, Python and Ruby
I am having some personal trouble with shadow and conjure. I have a node-test build that doesn't support repls, yet I would like to connect a repl to the tests so that I can try out some of the test function in the repl, not through node tests.js as the test runner does.