C Isn't A Programming Language Anymore - Faultlore

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

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

    Source code of Seed7

    I invented the program chkccomp.c to find out all properties of C, its run-time and other C libraries (operating system + third party). When you compile Seed7 this program creates hundreds of little test programs that are compiled linked and executed. With that information chkccomp.c writes several hundred lines of property macros to a file named version.h, Other projects use shell scripts for this purpose (./configure comes into mind), but these scripts usually do not work for Windows.

  • SaaSHub

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

    SaaSHub logo
  • langs

  • xous-core

    The Xous microkernel

    As for privacy and safety of people, https://github.com/betrusted-io/xous-core/issues/57 way past 1.0. Imagine that. Heh.

  • moveit

    You can also see https://github.com/google/moveit as a crate for solving problems like this right now, with this conference talk from the author.

  • carnet

    Discontinued A Tool for Sandboxing Cargo and Buildscripts

    These kinds of problems affect all software in all programming languages. At the end of the day, you have to have your build process and testing sandboxed if you can't afford to review every dependency update. Companies who have strict policies about this can host their own internal Crates.io mirror so internal projects can only rely on audited crates. For Rust, Carnet is a wrapper for Cargo which sandboxes builds with bubblewrap on Linux.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Carnet: A tool for sandboxing Rust's cargo and buildscripts

    1 project | /r/programming | 24 May 2021
  • Carnet: A Tool for Sandboxing Cargo and Buildscripts

    1 project | news.ycombinator.com | 24 May 2021
  • Carnet: A Tool for Sandboxing Cargo and Buildscripts

    2 projects | /r/rust | 24 May 2021
  • كارنيه: أداة لتطبيق إجراءات أمنية مشددة على مدير حزم رست

    2 projects | /r/RustArabia | 23 May 2021
  • todo-or-die!

    4 projects | /r/rust | 6 Sep 2021

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?