conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
Anthony Khong 2020-10-02T03:24:34.035600Z

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:

😍 2
🀘 2
Anthony Khong 2020-10-02T03:25:13.036200Z

https://youtu.be/qsC7aNDRRrs?t=2730

berkeleytrue 2020-10-02T04:41:06.036500Z

@anthony550 Pretty cool stuff!

πŸ™ 1
Olical 2020-10-02T08:22:24.037200Z

That's awesome! Looking forward to watching!

Olical 2020-10-02T08:47:06.038400Z

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!

πŸ™ 1
Anthony Khong 2020-10-02T08:48:18.038900Z

No flash eval πŸ˜… Just this:

nnoremap <Space>cc mwvip:ConjureEval<CR>'wzz

Olical 2020-10-02T08:48:35.039200Z

Ah hah! Thought as much, I like it, it's creative πŸ˜„

orestis 2020-10-02T09:21:57.040100Z

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?

orestis 2020-10-02T09:22:01.040300Z

Nice πŸ™‚

Anthony Khong 2020-10-02T09:24:34.041400Z

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

Aron 2020-10-02T14:33:34.042900Z

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.

Aron 2020-10-02T14:34:00.043400Z

Anyone done anything similar who could give me some hints where I should look to achieve this?

Aron 2020-10-02T14:57:18.043900Z

got help on shadow channel, had to start :node-repl and select that

2020-10-02T22:45:25.044200Z

thanks for reporting back

Aron 2020-10-02T22:52:50.044400Z

Well, I don't like cross posting either, and especially when it's resolved but not clarified and 2 days later people still react :)