What are some cool things you've built using your own language?

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Pipefish

    Source code for the Pipefish programming language

    I'm not sure what counts as cool. It's just dogfooding at the moment. I did a bunch of other languages (only the BASIC and the Forth are up to date with the current version of the language I think), and I did a tiny adventure game (and used it as the basis for a tutorial).

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. advent-of-code-jq

    Solving Advent of Code with jq

    I used the Advent of Code 2022 problems as a way to test out my Jactl language. Have solved them all and written a blog post about most of them. It was a lot of fun to actually use my own language to solve "real world" problems as opposed to simple tests and it did lead to a few minor improvements such as using negative indices to express an offset from the end of a collection. E.g. x[-1] instead of x[x.size() -1] to access the last element.

  4. Innf107

    The build system for my blog is written in polaris.

  5. polaris

    A functional programming language with shell scripting capabilities (by Innf107)

    The build system for my blog is written in polaris.

  6. flora

    A pure embeddable functional programming language with algebraic effects and direct access to evaluation environments (by Innf107)

    In fact, I'm in the process of adapting the curently quite ad-hoc templating system to use another language of mine right now.

  7. openflow

    A ventilation system built around Itho Daalderop's DemandFlow system, written in Inko (by yorickpeterse)

    A program that controls my central ventilation system. The code isn't as nice as I wanted due to having to avoid various bugs, but that's something I hope to fix in the near future.

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

  • Real time in no time

    1 project | dev.to | 9 Dec 2024
  • Advent of Docker: Day 0

    1 project | dev.to | 2 Dec 2024
  • My December Adventure (of code)

    1 project | dev.to | 1 Dec 2024
  • 2024 Developer Advent Calendars

    1 project | dev.to | 30 Nov 2024
  • Advent of Code 2024

    1 project | dev.to | 30 Nov 2024

Did you know that OCaml is
the 41st most popular programming language
based on number of references?