Skip to content
pannous edited this page Sep 19, 2021 · 2 revisions

https://github.com/pannous/cheats/blob/master/cheats.zig

Rust is mainly a C++ replacement, while Zig is mainly a C replacement.

Unlike many other current languages doesn't follow the misguided async path but gets it right like go

almost self hosting: https://github.com/ziglang/zig/issues/89

To give up LLVM/clang and code our own code generator in zig would be giving up state-of-the-art optimizations and a very active community of people working on it.

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally