Fork me on GitHub
#conjure
<
2020-08-03
>
thiru02:08:29

Hi folks, just curious if anyone knows of a completion plugin for Janet? Also amazing work on Conjure Olical! I haven't checked in a while and it's come a long way

Olical12:08:34

Hmm I haven't heard of one :thinking_face: I'd imagine the Janet gitter would be the place to ask, I'd be very into integrating it into Conjure if there is one!

👍 3
🙏 3
dharrigan15:08:19

Now that nrepl 0.8 is out, will this have any bearance on Conjure?

Olical15:08:22

Yep! It's on my to-do list to integrate the new built in info and completion ops when they're present. It should just seamlessly start working when I get around to it

Olical15:08:28

Updating now should be fine too

Olical15:08:51

If they use the same op as cider and it's the same args / return then it may already work!

Olical15:08:26

What I'm expecting to see is basic completion / go to def etc without CIDER middleware

dharrigan15:08:01

That's neat. I inject middlewear on clj startup

dharrigan15:08:12

if I don't have to, then that'll shave off some startup time

Olical15:08:11

I'd still recommend it for smarter tools tbh, I think what was added was simpler / feature packed? So it's awesome that it's there for quick one off things, but for your daily driver I feel like you'd still want CIDER?

dharrigan15:08:03

I'll keep it in, not breaking anything 🙂

dave16:08:31

i'm updating my nrepl-server alias to use nrepl 0.8. i'll report back if i run into anything weird!

Olical16:08:05

Awesome, thanks! I had a look and the new ops won't work without some work on my side, but it shouldn't be too hard.

Olical16:08:13

I'm hoping they're 100% compatible, just less powerful

uwo16:08:43

Is this the current recommended path for us to connect to REBL? https://github.com/RickMoynihan/nrebl.middleware

Olical16:08:18

I haven't tried, but, yes 😄

Olical16:08:32

Whatever the answer is for nREPL + REBL, I'd suggest leaning on it

Olical16:08:32

If it works well, I'd love to see / hear about it 😄

Olical16:08:49

I could never get it working well with prepl

uwo17:08:08

interesting! I would have thought it was easier back then. I actually first found Conjure because I was searching for approaches to connecting to REBL whilst vimming

dharrigan18:08:57

I have a working rebl setup

Olical19:08:16

Hah neat, well I got rebl working with old conjure through duct tape (I felt), plugging into nREPL feels like a much more solid approach.

Olical19:08:29

I really didn't like the hooks system in old conjure in the long run 😬

dharrigan19:08:52

Yes, this one plugs into the nrepl seutp