tree-sitter

tree-sitter fun
2021-03-29T02:26:54.001100Z

@lilactown i don't know if you've seen it, but fwiw the libpython-clj author wrote this: https://techascent.com/blog/next-gen-native.html possibly it would be relatively straight-forward to make tree-sitter bindings via some of what's described in that article.

1👍
2021-04-08T22:49:55.003500Z

for the record, it took a bit more work than i thought but this was possible

2021-03-29T11:30:58.002600Z

for any emacs users, the latest release 27.2 of emacs had this in the NEWS file:

** Emacs now builds with dynamic module support by default.
Pass '--without-modules' to 'configure' to disable dynamic module support.
this is relevant because it makes getting emacs-tree-sitter setup easier.

1🎉