Compiler career advice?

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

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
  • typed-calc

    Interpreter for simply typed lambda calculus implemented in JavaScript λ

  • Implement a compiler for the simply typed lambda calculus. Here's an example of what it can look like: https://github.com/mgechev/typed-calc . If you liked using Haskell, it's a clear shoo-in for this task.

  • 8cc

    A Small C Compiler

  • Implement a compiler for a subset of C. This doesn't need to be self-hosting, but bonus points if it is. Here's an example of what it can look like: https://github.com/rui314/8cc

  • 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