Using Advent of Code to test C3

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

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

    Advent of Code in C3

  • I've been using AoC to stack up on examples of C3 code. I haven't had time to make them look that great, but it's been interesting so far. Here is the repo: lerno/aoc_2022_c3

  • klox

    A Kotlin implementation of lox with a JVM backend built using ProGuardCORE

  • Last year I did the same: using my extended implementation of Lox. I didn't get so far in Advent of Code itself (only 4 days) since I spent much more time adding features to the language / standard library! Standard Lox as implemented in the Crafting Interpreters book is lacking many useful things including input reading, arrays, collections like sets & hash maps. Example: https://github.com/mrjameshamilton/klox/blob/master/examples/aoc-2021/advent-day01.lox

  • 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

  • Looking for resources on building a compiler

    3 projects | /r/Compilers | 22 Feb 2022
  • Crafting Interpreters – Web Version

    2 projects | news.ycombinator.com | 14 Feb 2022
  • Is there any books or guides on how to target JVM bytecode?

    2 projects | /r/Compilers | 30 Jan 2022
  • Advice on transition from single pass compilation to multi pass

    1 project | /r/ProgrammingLanguages | 16 Aug 2021
  • "OwO, What's This?": The Esolang

    1 project | /r/esolangs | 15 Jun 2021