website is under construction
October 29, 2023

v1.0.5 Released

Overview

v0.21.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

Changelog

Added

  • Added the JSON module to the standard library. The following methods are available:

Changed

  • Changed the string output of map objects. Maps will now output the contents of their keys and values in a JSON-like format.

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.