Does any one remember what we're doing today?
I've got a lsp server I can show off after the main event
Sorry I've not replied. I've not been well for the last two weeks. I should be there to night, on-line. Matt was going to show - https://github.com/timothypratley/reanimated
I'd like to see your lsp server too
@sfyire are you using clojure-lsp, clj-kondo-lsp server or something else? I've used clj-kondo as an LSP, which just provides linting. I would be interested in understaning more about where LSP fits in with Clojure so far. Thanks.
ah yeah I remember now, @jr0cket I've stolen some code from clj-kondo server which so far has allowed me to communicate with my editor
I'm going to do a very basic php linter on friday for work's workshop, then after that try and use https://github.com/jpmonettas/clindex to index a clojure project for analysis
@jr0cket my plan with it is to scan for keyword based specs then scan edn files for matching keywords then apply the constraints
then keep upping the complexity to include function based specs, till it works with dynamic inputs & normal clojure files etc by flowing known things around and using the existing specs that cover core but that seems a way off yet trying to just keep it simple initially since checking config files is still useful