Bringing a dynamic environment to C: My linker project

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
  • jet-live

    c++ hot code reload for linux and macos

  • mold

    Mold: A Modern Linker 🦠

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

    Unofficial mirror of mob development branch

  • I have found the libtcc from https://github.com/TinyCC/tinycc to be absolutely fantastic. I'm using it to instantaneously compile the C output from my hobby language to create a repl. Once I had the compiler in good shape it allowed me to create a 100% compatible interpreter for (basically) free.

    The libtcc API is minimal. For my needs that has been 100% sufficient and a pleasure to work with.

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

  • AST vs. Bytecode: Interpreters in the Age of Meta-Compilation [pdf]

    1 project | news.ycombinator.com | 15 Aug 2023
  • Are there faster alternatives to GCC and Clang for C?

    2 projects | /r/Compilers | 5 Apr 2023
  • Offensive Nim

    8 projects | news.ycombinator.com | 1 Jan 2023
  • Any languages doing anything interesting with allocators?

    4 projects | /r/ProgrammingLanguages | 23 Feb 2022
  • tcc on RasPi, func pointers to standard functions are nil

    1 project | /r/C_Programming | 12 Feb 2022