Skip to content

Releases: ArgonLang/Argon

Argon v0.5.2-alpha

23 Jul 13:48
Compare
Choose a tag to compare
Argon v0.5.2-alpha Pre-release
Pre-release

πŸš€ Argon version 0.5.2! πŸŽ‰

Release Highlights:

  • Stability Improvements: Enhanced overall system robustness.
  • Standard Library: Introduced new core libraries.

Standard libraries πŸ“š
The standard library has been expanded in this version. New modules have been added to support hashing and compression operations:

  • hashlib: For cryptographic hash functions.
  • bz2, lzma and zlib: For compression and decompression operations.

For issues or suggestions, please open an issue on GitHub.

Thank you for using Argon!

Argon v0.5.1-alpha

03 Jun 10:25
Compare
Choose a tag to compare
Argon v0.5.1-alpha Pre-release
Pre-release

πŸš€ Argon version 0.5.1! πŸŽ‰

Release Highlights:

  • New event loop: The event loop has been revamped for greater efficiency, and critical bugs that could cause crashes during concurrency operations have been fixed.
  • Comparison operators: Customizable magic methods for comparison operators in the Struct type have been added.
  • Bug fixes and stability: Various bugs have been resolved, and overall stability has been enhanced.
  • General performance improvements

Standard libraries πŸ“š

The standard library has been improved.


We appreciate the community's support and feedback. If you encounter problems or have suggestions for future improvements, open an issue on GitHub.

Thank you for using Argon!

Argon v0.5.0-alpha

27 Mar 18:41
Compare
Choose a tag to compare
Argon v0.5.0-alpha Pre-release
Pre-release

πŸš€ Argon version 0.5.0! πŸŽ‰

Release Highlights:

  • New Parser and Compiler: This release introduces support for a new parser and compiler. These enhancements lay the foundation for improved performance and better language support.
  • Code Optimization: The revamped compiler now includes support for basic optimizations during the final code generation process. This means your programs may run more efficiently, delivering better performance.
  • Bug fixes and stability Improvements

Standard libraries πŸ“š

The standard library has been improved and expanded.


We appreciate the community's support and feedback. If you encounter problems or have suggestions for future improvements, open an issue on GitHub.

Thank you for using Argon!

Argon v0.4.0-alpha

04 Dec 13:13
Compare
Choose a tag to compare
Argon v0.4.0-alpha Pre-release
Pre-release

This is Argon's second release πŸ₯³

Release Highlights:

Bug fixes πŸ›

This release fixes a multitude of bugs, significantly improving overall stability and performance.

Integration with standard libraries πŸ“š

For the first time, this version integrates the standard libraries, allowing you to start developing immediately.


We appreciate the community's support and feedback. If you encounter problems or have suggestions for future improvements, open an issue on GitHub.

Thank you for using Argon!

Argon v0.3.0-alpha

20 Sep 10:03
Compare
Choose a tag to compare
Argon v0.3.0-alpha Pre-release
Pre-release

This is Argon's first release πŸ₯³

Some known limitations:

  • Unable to import native modules on Windows operating systems.
  • Formatting (String, BytesString) with decimal numbers is not yet supported.