|
|
|
|
|
by wseqyrku
216 days ago
|
|
> Zig is not only a new programming language, but it’s a totally new way to write programs I'd say the same thing about Rust. I find it the best way to express when what code should run at any given point in the program and the design is freakin interstellar: It is basically a "query engine" where you write a query of some code against the entire available "code space" including root crate and its dependencies. Once you understand that programming becomes naming bits and then queries for the ones you wish to execute. |
|