Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

zz

zz - Programming language

< >

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

#805on PLDB 4Years Old 1.7kUsers
0Books 0Papers

๐Ÿบ๐Ÿ™ 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
oil.html ยท zz.html ยท ox.html

View source

- Build the next great programming language ยท Search ยท Day 213 ยท About ยท Blog ยท Acknowledgements ยท Traffic ยท Traffic Today ยท GitHub ยท feedback@pldb.com