This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-26
Channels
- # announcements (1)
- # atom-editor (7)
- # babashka (9)
- # beginners (46)
- # cider (1)
- # circleci (2)
- # clj-on-windows (1)
- # cljdoc (5)
- # cljsrn (2)
- # clojure (25)
- # clojure-austin (8)
- # clojure-brasil (4)
- # clojure-europe (52)
- # clojure-nl (1)
- # clojure-norway (162)
- # clojure-uk (2)
- # cursive (3)
- # datalevin (134)
- # datomic (16)
- # defnpodcast (8)
- # graphql (9)
- # honeysql (5)
- # hoplon (26)
- # hyperfiddle (18)
- # introduce-yourself (1)
- # lsp (4)
- # malli (19)
- # nbb (16)
- # nrepl (1)
- # practicalli (3)
- # releases (3)
- # shadow-cljs (36)
- # tools-deps (7)
- # vim (2)
- # xtdb (9)
Just updating my editor guide for newbies. Glad to be able to have Atom in it still in some form. Just to make sure I understand correctly: tree-sitter provides complete language support including REPL integration, so it would be Pulsar + tree-sitter now, or is Chlorine still a separate package?
No, Chlorine is still a separate package. tree-sitter is just a generic syntax highlighter for multiple languages
The difference is that tree-sitter supposedly offers better highlighting and support for incremental parsing, so it's faster than textmate grammars
@edward.hughes1911 the instructions for Pulsar are actually the same for Atom, you can literally replace the word Atom
for Pulsar
and it'll be the same :rolling_on_the_floor_laughing:
Okay, yeah that's what I thought, the it's Pulsar + Chlorine + tree-sitter
yeah lol, just replaced the name and link and wanted to make sure the packages were still the same.
Will be transitioning back to it from VSCode some time this month probably