dev-tooling

tatut 2023-07-07T05:58:46.259319Z

I've been making a web-based REPL and want to add completion support, I'm guessing compliment is the recommended engine as of now? The API looks simple

bozhidar 2023-07-07T06:31:01.049319Z

@tatut It's the golden standard for Clojure today IMO.

👍 1
bozhidar 2023-07-07T06:31:44.860119Z

There's also a decent compliment source for ClojureScript https://github.com/clojure-emacs/clj-suitable

tatut 2023-07-07T11:05:41.825439Z

compliment is great... the integration was super easy https://twitter.com/tatut/status/1677272221755092992

👍 3
3