This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-08
Channels
- # announcements (5)
- # babashka (46)
- # beginners (32)
- # calva (9)
- # chlorine-clover (4)
- # clojars (31)
- # clojure (83)
- # clojure-italy (1)
- # clojure-nl (1)
- # clojure-spec (13)
- # clojure-uk (12)
- # clojuredesign-podcast (1)
- # clojurescript (30)
- # cursive (3)
- # fulcro (18)
- # graalvm (6)
- # graphql (2)
- # jobs-discuss (6)
- # joker (4)
- # malli (1)
- # nrepl (1)
- # off-topic (15)
- # shadow-cljs (2)
- # spacemacs (3)
- # tree-sitter (19)
- # vim (1)
- # vscode (7)
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?
Probably not what you're looking for, but it's the closest thing I know of: https://sekao.net/nightlight/
Although, that lead me to https://github.com/alexander-yakushev/compliment which I think might have been it
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.
(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/
Yes, and indeed I'm trying to implement a POC in NeoVIM: http://github.com/mauricioszabo/clematis/
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...
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
Thanks- trying out buddy