Neat project trying to bring some of the language features from Rust to C. Although, I'm not a fan of Rust's overly terse keywords such as fn and impl (was fun or func really too long? why not omit the fn keyword entirely?) Also, if it still allows mixing signed and unsigned integers or arbitrary pointer access (doesn't mention anything about slices), it's still memory unsafe.

https://github.com/z-libs/Zen-C

#zenc #zen_c

GitHub - z-libs/Zen-C: Write like a high-level language, run like C.

Write like a high-level language, run like C. Contribute to z-libs/Zen-C development by creating an account on GitHub.

GitHub