Hello,
I recently attempted to contribute Julia language support to the Aider AI coding assistant tool (GitHub - Aider-AI/aider: aider is AI pair programming in your terminal) by submitting a PR to their GitHub repo.
The key piece needed was a tags.scm
file that defines the language grammar. In my initial PR, I included a tags.scm
file that I had generated using Aider and a language model. However, the maintainer was hesitant to accept a file with unclear provenance.
Currently, the Aider maintainer seems open to adding Julia support in the future, but to do so, a properly generated and validated tags.scm
file would be needed.
I’m sharing this here to:
- Let the community know about this attempt to bring Aider support for Julia
- See if anyone has ideas on authoritatively generating the needed
tags.scm
file (especially since I am definitely not an expert on the matter) - Gauge the community’s interest in having Aider support. If there is strong interest, perhaps we could collaborate with the Aider project to make it happen.
AI coding assistants like Aider could be very helpful for the Julia community, so I wanted to open up the discussion. Let me know your thoughts!
Thanks,
Younes