Porting interpreter to windows

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

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

    liir is a simple REPL (Read, eval, print and loop) written in C

  • I developed a simple math expression interpreter in C. Check it's github page: liir.

  • zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  • I'll make a shameless plug for Zig, which, while being a separate programming language, also contains a complete cross-compiler toolchain for C and C++ (Clang-based) -- see the command zig cc. To me it seems that this way, you can produce a binary for Windows on Linux with the absolute least amount of effort. (Or a binary for any other supported platform and architecture, really.)

  • 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

  • Changing the variables from alphabetical letters to verbose names would ruin the efficiency gains by requiring more variable declarations to maintain readable contexts.

    2 projects | /r/programmingcirclejerk | 25 Jun 2023
  • Memory-mapped IO registers in Zig. (2021)

    2 projects | news.ycombinator.com | 23 Apr 2024
  • Zig Programming Language

    1 project | news.ycombinator.com | 22 Apr 2024
  • Zig Language 0.12 Release

    1 project | news.ycombinator.com | 20 Apr 2024
  • Zig 0.12.0 Release Notes

    1 project | news.ycombinator.com | 20 Apr 2024