-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gluon support #37
Comments
Hi @themaxhero! I am more than happy to merge new language PR's. When it comes to contributing, your standard etiquette + process (issue -> PR -> CI/CD -> Review) applies.
Do not hesitate to ask any questions either here or in private, while I cannot do as much development work at the moment until I have access to my PC, I can still help. If there are any issues with dependencies/linting on the main branch do let me know. Your contributions will be greatly appreciated! |
I'm working on it on my spare time, so If you think I'm taking too long, please don't wait for me for the next release. |
I'm having too much stuff to do on my job and I'm not having free time enough to work on this. |
No worries at all, no reason to apologise! If you ever feel like picking this up, feel free, there is no pressure! |
This is now really easilly implementable assuming gluon supports the required features: https://makspll.github.io/bevy_mod_scripting/Development/AddingLanguages/evaluating-feasibility.html |
I would like to implement a ScriptHost for Gluon.
Is there any contributing rules or conventions that I should be aware of?
Some information about Gluon:
Gluon is a small, statically-typed, functional programming language designed for application embedding.
The text was updated successfully, but these errors were encountered: