A Better R Programming Experience Thanks to Tree-sitter

3 points by knl


knl

What I found interesting is that, just like in Python, the tools that help the most (or unlock better productivity) are written in Rust.

wwfn

I'm surprised to see the linter "Jarl" skipped emacs in the documented/supported editors https://jarl.etiennebacher.com/howto/editors

I thought Emacs Speaks Statistics was well known/regarded. ess-r-flymake.el looks to be pretty tied to running lintr. maybe (setq lsp-clients-r-server-command '("jarl" "server")) with (lsp-mode) ?