simplicityhl 0.6.0

Rust-like language that compiles to Simplicity bytecode.
Documentation
1
2
3
4
5
pub type Smth = u32;

pub fn get_five() -> u32 {
    5
}