Some Were Meant For C [pdf]

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ikos

    Static analyzer for C/C++ based on the theory of Abstract Interpretation.

  • Wat

    The types of analysis and programming practices used to send stuff to Mars is beyond what Rust, or D, or any other safer-systems-language tries to do. It's not that simple.

    These types of projects effectively need to prove the absence of bugs using formal verification and very extensive testing. Surprise surprise, C makes it extremely expensive and theoretically difficult too.

    For example: NASA wrote this project https://github.com/NASA-SW-VnV/ikos which uses abstract interpretation and would catch bugs in practically any language.

  • IntegerAbsoluteDifferenceCpp

    Computing the difference between two integer values in C++. Turns out this isn't trivial.

  • See also [0].

    > I don't like exceptions very much either because control flow gets more complicated. Trapping like Swift does is fine, though.

    I agree it introduces action at a distance flow-control. I'm afraid I don't know Swift.

    [0] https://stackoverflow.com/q/59307930/

    Vaguely related fun: https://github.com/MaxBarraclough/IntegerAbsoluteDifferenceC...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Static analyzer IKOS 3.2 Released

    1 project | news.ycombinator.com | 28 Dec 2023
  • Static analyzer IKOS 3.2-rc1 published – Request for testers

    1 project | news.ycombinator.com | 17 Dec 2023
  • Does anyone use IKOS for static analysis?

    1 project | /r/embedded | 1 May 2023
  • Astrée Static Analyzer for C and C++

    1 project | news.ycombinator.com | 2 Feb 2023
  • Is there a project like MIRI but for C++

    2 projects | /r/cpp | 18 Apr 2022