Blade Programming Language v0.0.73 Release #132
mcfriend99
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good new everyone,
The Blade programming language has officially reached version 0.0.73. This is an alpha release with lots of new developments.
blade myappdir
.++
) and Decrement (--
) operators in expression.array
module - A library that provides extended array functionalities for supporting various integer array types such asInt16Array
,UInt64Array
and more.struct
module - A module to facilitate data transformation between Blade types and C structures viapacking
andunpacking
.zlib
module - A module providing zlib compression and decompression functions.zip
module - A library for creating and manipulating zip archives.clib
module - A foreign function module that allow interacting with C shared libraries directly from Blade .http
library requests.Please kindly stay tuned on the website as we'll be updating the documentation to reflect the new version as well as documenting the yet-to-be-documented
bytes
built-in module in the coming days as rapid as we can.Also remember:
We are still actively looking for more contributors — all kinds of contributors are welcomed.
Kindly checkout the new version and open issues if you encounter a bug. If you can fix one, kindly open a pull request.
Also remember to give us a star.
Beta Was this translation helpful? Give feedback.
All reactions