parinfer #4090
-
when working with lisps, https://github.com/eraserhd/parinfer-rust is a great tool to make the experience much better. Maybe there could be a way to directly interface with parinfer-rust since its well, rust and has a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If it is decided that the plugin scripting language will be some variant of lisp, native integration with parinfer would be nice to have. Otherwise a plugin would be the appropriate path. Either way a plugin system will have to be put in place first. |
Beta Was this translation helpful? Give feedback.
-
Adding to this conversation in the event the plugin system does end up being a lisp variant. Another option to consider when implementing s-expression structural editing might be something similar to Another potential project to take inspiration from is Some other useful notes on |
Beta Was this translation helpful? Give feedback.
If it is decided that the plugin scripting language will be some variant of lisp, native integration with parinfer would be nice to have. Otherwise a plugin would be the appropriate path. Either way a plugin system will have to be put in place first.