website is under construction
October 27, 2023

v1.0.4 Released

Overview

v0.20.0 is now available for download. This is a pre-release that contains a few new features to the core language. The most notable of these is the ability to specify map keys without quotes.

Changelog

Added

  • Added math.max to the math module [Documentation]
  • Added math.min to the math module [Documentation]
  • Added the ability so specify map keys without quotes

Updating

Brew

If you're on mac and used homebrew to install Zaidlang, you can update to the latest version using the following command:

brew upgrade zaid

Go Install

If you used go install to install Zaidlang, you can update to the latest version using the following command:

go install zaidlang.org/x/zaid@latest

Direct Download

You may always download the latest version of Zaidlang from our GitHub releases page.