zz

๐Ÿบ๐Ÿ™ ZetZ a zymbolic verifier and tranzpiler to bare metal C [Moved to: https://github.com/zetzit/zz] (by aep)

Zz Alternatives

Similar projects and alternatives to zz

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better zz alternative or higher similarity.

zz reviews and mentions

Posts with mentions or reviews of zz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-17.
  • Inline and Sideline Approaches for Low-Cost Memory Safety in C
    4 projects | news.ycombinator.com | 17 Feb 2021
    > we'll find out Rust isn't the panacea to all our language problems

    I don't think anyone is suggesting it will be. It's not about to supplant Ada SPARK, for instance, as Rust is far behind in terms of formal analysis.

    > just like what the parent pointed out about Java and it's memory safety promises back in the day

    Java does address the memory-safety issues of C and C++. You can't have a buffer overflow vulnerability in pure Java code. You can't have any kind of undefined behaviour due to memory-management mistakes in your code. You can't double-free, or use-after-free, or deference a pointer to a local variable that has gone out of scope. You can't trigger undefined behaviour through a read-before-write bug in your code.

    It's possible to have a memory leak in Java, if you retain references to objects for too long, but that won't ever give rise to undefined behaviour.

    Of course, there can still be bugs in a JVM, but that's another matter. All languages are vulnerable to compiler bugs.

    Other languages like JavaScript do the same. It's possible to leak memory, but it's never possible to trigger undefined behaviour from JavaScript. That's a vital part of its security model.

    > It is indeed quite possible to write memory safe C/C++ code... and it's done every day

    That doesn't sound right.

    There's a reason I gave the examples of the Linux kernel and Chromium. They're written by highly competent developers, but they still have subtle memory-management bugs. Most C/C++ codebases are written by less competent developers, but are of far less interest to attackers, so it's of less consequence. Their memory-management bugs are likely to go unnoticed forever.

    I agree it's possible to write C/C++ code without memory-management bugs (there are various formal development systems for C), but it's a significant challenge. I'd hope avionics software, for instance, would be entirely free of such bugs.

    > You never hear about how memory safe and performant all that code is... you only ever hear about the rare, high profile mistakes.

    They're not that rare, they're a major source of serious security vulnerabilities, and languages like Safe Rust can close the door on them entirely.

    > The problems with languages like C++ are more about how bloated it's become. There's 30 ways to do anything in that language, and 24 of them you're not supposed to use anymore!

    Agreed. C++ is quite a lumbering monster of complexity. Ada also has a reputation for being somewhat bloated, but it's not as far gone as C++.

    > if not for memory safety promises, then for it being a "fresh start" for systems programming without all the legacy baggage C++ has

    Keep an eye on Zig, too. Also D and Nim, and perhaps Vala. Also the lesser-known ZZ language, which looks very interesting.

    https://github.com/aep/zz

Stats

Basic zz repo stats
1
1,470
7.8
about 3 years ago

aep/zz is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of zz is Rust.

Popular Comparisons

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com