drym-org / symex.el

An intuitive way to edit Lisp symbolic expressions ("symexes") structurally in Emacs
Other
271 stars 22 forks source link

Adopt emacs-29 builtin treesit library #128

Open RomeoV opened 1 year ago

RomeoV commented 1 year ago

Hello! As far as I can tell, the current state of symex-2.0 aims at integrating tree-sitter functionality through the tree-sitter.el library. However, now that tree-sitter has landed in the emacs-29 release, is there any though about adopting the build-in library instead?

Cheers!

countvajhula commented 1 year ago

Hi! Yes, for sure, it will be ideal to use the built-in library. This has come up before but it's good to have a dedicated issue for it, so thanks for creating one! I've lately been working on related initiatives around Attribution Based Economics (e.g. see this blog post) but I'm hoping to return to Symex 2.0 work soon. If you're interested in helping in any way, stay tuned on this issue as well as this PR 🙂