Fork me on GitHub
#off-topic
<
2020-03-08
>
jjttjj17:03:55

I vaguely remember someone mentioning on slack a general editor agnostic clojure library for text editing tools, I think in the context of trying to convince the library's maintainer to try to get funding via clojurists together. Does anyone know this library?

p-himik17:03:53

Probably not what you're looking for, but it's the closest thing I know of: https://sekao.net/nightlight/

jjttjj17:03:54

nope that wasn't it, but thanks!

jjttjj17:03:20

Although, that lead me to https://github.com/alexander-yakushev/compliment which I think might have been it

👍 4
dominicm19:03:00

Orchard too maybe

mauricio.szabo17:03:15

I'm currently working on https://github.com/mauricioszabo/repl-tooling. It's independent, but expect your editor to be able to connect to Node.JS in some way.

mauricio.szabo17:03:31

(It's written in ClojureScript btw). I also wrote a little bit on how to integrate with other editors here: https://mauricio.szabo.link/blog/2020/02/26/repl-tooling-clients/

👍 4
jjttjj17:03:10

Very cool!

dominicm17:03:44

Neovim can use nodejs

mauricio.szabo16:03:24

Yes, and indeed I'm trying to implement a POC in NeoVIM: http://github.com/mauricioszabo/clematis/

mauricio.szabo16:03:20

But it's nowhere near completion yet, and to be honest, it's really hard to understand the NeoVIM API, how to integrate things, debugging is a real pain, unfortunately...

dominicm17:03:46

The gitter channel is really helpful

Tzafrir Ben Ami20:03:43

Hi - looking for a solid yet easy to use encryption library. I’ve found few while Googling, but I would be happy to know if anyone can recommend a library form “real life” experience

jumar06:03:59

Jasypt is a solid a easy to use java lib. Buddy is well-known clojure lib

Tzafrir Ben Ami07:03:51

Thanks- trying out buddy