July 2021 monthly "What are you working on?" thread

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

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

    An experimental programming language that's made to be powerful, productive, and predictable (by ALANVF)

  • Still trying to figure out how to implement Star's typechecker in some sane way.

  • minima

    A fast, byte-code interpreted language (by TheRealMichaelWang)

  • I’ve just finished writing Minima’s inheritance system. You can check out an example here . I’ve been trying to weed out all the bugs and make Minima super stable.

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

    A work-in-progess programming language modeled after Ada and C++ (by csb6)

  • I started to experiment with using MLIR to write a high-level IR for my language bluebird, which will hopefully reduce the work of implementing features I want to add such as generics and ranges, as well as allowing me to eventually write some optimizations. I am also considering rewriting my AST as an MLIR dialect, since MLIR provides a bunch of type-checking/error printing/support infrastructure.

  • Yoakke

    A collection of libraries for implementing compilers in .NET.

  • Started out working on an x86 module for the Yoakke library.

  • Ark

    ArkScript is a small, fast, functional and scripting language for C++ projects

  • Still working on ArkScript after releasing the 3.1.0, improving the standard library, adding modules, and working on performance improvements + adding parallel builtins soon!

  • boring-lang

    A very boring programming language

  • Currently building the type system for BoringLang https://github.com/asegavac/boring-lang, the boring programming language. After several years of working professionally with Golang's type system, I've decided to finally build my own programming language with the goal of actually being simple and consistent while paying attention to the advancements in PL theory of the last twenty years.

  • Cwerg

    The best C-like language that can be implemented in 10kLOC.

  • I have been cleaning up my compiler backend Cwerg.

  • 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