Open W-Mai opened 9 months ago
Are you interested in raising a PR?
Plugin Development Doc: https://vfox.lhan.me/plugins/create/howto.html
I'm interested, but I'm not good at developing vfox plug-ins.
Maybe I can try it, but I don't have much time recently.
I basically implemented the clang plugin (in the simplest way), and transferred the repository to the version-fox organization. Anyone could help with tasks like updating versions (which may be automated in the future).
By the way, any package available from conda-forge (such as gcc, perl, python, rust, etc.) can be made into a plugin for vfox in a similar manner, which can avoid unnecessary compilation and get rid of system dependencies.
Comparing several popular installation methods, micromanba is compatible with miniconda but faster, while pixi can generate executable scripts to handle complex conda environment (what conda activate
does) but may be not stable enough.
GCC/Clang plug-in is required