What do you use c for?

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

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
  • langs

  • Another tool is a visualisation tool for C code (shows it in my prefered syntax). Here's one extreme example of a C program, expressed in my syntax.

  • STC

    A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers. (by stclib)

  • Modern C compilers are fully type-safe, i.e. they will generate warnings for type errors. However, the lack of real generics / templates forces many to cast away type info, which makes a lot of C code type-unsafe. Still, you can write perfectly type-safe code by using macros as "templates", like my STC header-only library. This library also defines some macros to ease resource management (e.g. c_fordefer).

  • 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
  • horse

    Horse Programming Language (by suncloudsmoon)

  • I am using C as an intermediate language for my new programming language.

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