First Class, Thread-Safe Closures for C (Apache 2.0)

This page summarizes the projects mentioned and recommended in the original post on /r/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
  • cclosures

    Simple closures for C

  • Second, I wondered what sort of closures these were. Closures in C typically have some limitations, like requiring that all values fit into a universal type of known size, or they require some platform-specific code generation of some kind to handle dispatching according to C's ABI. It looks like this library falls into the latter kind.

  • libcclosure

    Thread-safe closures as first-class functions for C

  • 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