Interesting ways to use C?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • metalang99

    Full-blown preprocessor metaprogramming

  • Most recently, there's this https://github.com/Hirrolot/metalang99, pretty much macros on steroid.

  • map-macro

    A recursive C preprocessor macro which performs an operation on each element of a list

  • I wanted to show you guys what I do for my enum macro. Using https://github.com/swansontec/map-macro/blob/master/map.h to take care of the tricky recursion bits I then define

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

    generate X macros for C header files using m4

  • Here's my "lifetime to decipher" script, it was just for fun: https://github.com/okovko/m4_x_macros

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