Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

zz

< >

zz is a programming language created in 2019 by Arvid E. Picciani.

Source code:
git clone https://github.com/aep/zz
#814on PLDB 5Years Old

🍺🐙 ZetZ a zymbolic verifier and tranzpiler to bare metal C


Example from the web:
using <stdio.h>::{printf} export fn main() -> int { let r = Random{ num: 42, }; printf("your lucky number: %u\n", r.gen()); return 0; } struct Random { u32 num; } fn gen(Random *self) -> u32 { return self->num; }

Language features

Feature Supported Token Example
Print() Debugging printf

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 625 · feedback@pldb.io