Noulith: A new programming language currently used by the Advent of Code leader

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • noulith

    *slaps roof of [programming language]* this bad boy can fit so much [syntax sugar] into it

  • advent-of-code-2022

    actually publishing my solutions now that they're not redundant...

  • https://github.com/betaveros/advent-of-code-2022

    Which is an interesting take on the concept of domain specific language.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Vyxal

    A code-golfing language experience that has aspects of traditional programming languages - terse, elegant, readable.

  • I just checked the 2nd place[^0] person and they... also have their own programming language...[^1]

    What's going on here? Are they just extra motivated to show off their languages? Is making your own programming language more common than I realized?

    [^0]: https://adventofcode.com/2022/leaderboard

    [^1]: https://github.com/Vyxal/Vyxal

  • proton

    Proton practical programming language (by hyper-neutrino)

  • He's written a few of his own programming languages too: https://github.com/hyper-neutrino/proton

  • coalton

    Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.

  • Coalton is a good option to explore if you fancy trying AoC with a Lisp:

    https://github.com/coalton-lang/coalton

  • IParse

    IParse: an interpreting parser written in C++

  • AdventOfCode2022

    Advent of Code 2022 (by FransFaase)

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

    High-Performance Klong array language with rich Python integration.

  • This feels like making your own lightsaber.

    I’ve been using APC to polish my KlongPy [0] array language impl. I’m way behind due to fixing bugs as I go.

    [0] https://github.com/briangu/klongpy

    It’s a great way to get deeper into a new language as well.

  • slouch

    A competitive programming language (WIP -- MAY CONTAIN HIDEOUS CODE)

  • Very cool. I also made a language specifically for AoC, with some similarities: https://github.com/lukechampine/slouch

    Example of solving a (non-AoC) problem: https://youtu.be/i_zDbInYOpQ

    One of my big takeaways is that the "IDE" plays a big role in how fast you can solve. Recomputing the expression on every keystroke seems a little insane, but the instant feedback you get is priceless.

  • cant

    A programming argot

  • I've done AoC using my own language before. As a task it's at a sweet spot for finding weaknesses in the language/library/implementation: real and varied enough to exercise your system, small chunks of work, lots of code to compare yours to, with fun and competitive juices.

    The first time I did it it forced me to fix some major problems. My language would still be a handicap for me in the state it's in (though I did get on the leaderboard a couple times using it).

    fwiw: https://github.com/darius/cant (haven't done this year's so far)

  • aoc

    My Advent of Code solutions. (by klausler)

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