0.6.3 #114
xTrayambak
announced in
Announcements
0.6.3
#114
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bali 0.6.3 is out. Yay. It has 49 commits made in the span of a week, and the codebase is now at 606 commits in total.
Call for Contributors
Hiya. I've been working on Bali alone for around 8 months. It's fun, but I must admit it's a bit tiring too.
I'm a student so I do not require any monetary support yet.
Hence, I'm asking anyone who wishes to contribute to the project to come forward and do so. You can join the Discord server to contact me directly, but if you're not a fan of that, you can use the Discussions tab in this repository.
You don't need to have any prior experience with this! I'll be more than glad to assist you with learning the internals of the Bali engine. You can start off with small contributions, and eventually you'll know the codebase just as well as I do. :^)
Fixes
Optimizations
Additions
Refactoring
Code Quality Improvements
Documentation
There are now programming style guidelines available for anyone who wishes to contribute to Bali.
The Major Improvements, in layman's terms.
Bali now no longer relies on hacky field resolution by a hardcoded object prototype when resolving fields in objects, so behaviour like:
works now. In the above source, our custom
thing()function overwrites the baseString.prototype.toStringfunction, which leads to all other functions that invoke that method to invoke our custom function.This discussion was created from the release 0.6.3.
All reactions