-
Notifications
You must be signed in to change notification settings - Fork 13
Nightly
arty edited this page Oct 4, 2023
·
1 revision
clvm_tools_rs
has a nightly branch akin to rust's, where features "grow" and morph so people can try them and give feedback before they become an official part of the language.
You can install the nightly branch in your virtualenv with
pip install git+https://github.com/Chia-Network/clvm_tools_rs.git@dev
Install rust first.
Features include:
-
assign
let-like operators https://github.com/Chia-Network/clvm_tools_rs/pull/103
Advanced macro tutorial