January 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
  • The-Spiral-Language

    Functional language with intensional polymorphism and first-class staging.

  • Spiral v2 is out on the VS Code marketplace. Installing the language is as simple as installing the plugin from the extensions tab. It is still in testing phase, and it should have been for a few months more, but I decided to not be timid, and pushed forward the release. My plan right now is to keep fixing the bugs while I do the docs.

  • bluebird

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

  • I made a lot of progress on my Ada-like programming language bluebird. Some of the highlights include:

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

    Bytecode Interpreter for Yet Another Scripting Language (YASL).

  • Lot of progress on YASL (my embeddable scripting language) over the holidays.

  • Jasper

    A programming language. Static types. Full type inference. Garbage collection. --- not stable

  • The main thing I implemented in Jasper over the last month was sum types and switching over them.

  • exp-flow

    Discontinued experimental rule-based programming formalism under construction [Moved to: https://github.com/contrast-zone/canon]

  • If someone would be interested in in my ramblings, here is a fresh link explaining the whole idea. It is some 20 minutes read if anyone has that much patience.

  • ric-script

    A modern scripting language; implemented in old school C, yacc & flex

  • I am building my first programming language. I call it ric-script. It is an interpreted dynamically typed and lazy evaluated language. It is like a merge of python and javascript. I build the syntax tree using yacc. Here is a code sample where I build an RPN calculator in it.

  • I've got a few reference implementations of type inference algorithms that support principle types. They're all extensions of the Hindley-Milner type system, and so far I haven't tried to combine any of the extensions with other extensions. But I implemented them as similarly as possible so that the eventual attempt at joining them would not get hung up on implementation differences.

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

    A hypothetical message-based programming language inspired by Smalltalk, Self, Erlang, Clojure and sci-fi and biology.

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