Capri: a statically typed, extensible, and concise (almost) functional programming language

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

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

    A statically typed, general purpose programming language with an emphasis on functional programming and simplicity. Compiles to LLVM IR.

  • https://github.com/05st/capri/blob/master/examples/structs.cpr → you have Pascal-style value assignment for the structs, but C-style value assignment within the structs. It says in https://github.com/05st/capri/wiki/Mutability that you just documented a "mut" keyword to distinguish mutable variables; maybe it's best left to the := for constants / immutables, and = for the mutable / "var-let"-style variables? You're onto something here.

  • 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

  • Uiua: A minimal stack-based, array-based language

    5 projects | news.ycombinator.com | 27 Sep 2023
  • Stack-based array-friendly static-typed proof of concept

    4 projects | /r/ProgrammingLanguages | 2 Apr 2023
  • [2022 Day 1-7] Going for 1 language per day, looking good so far

    7 projects | /r/adventofcode | 8 Dec 2022
  • Clio: a functional, multi-threaded programming language that compiles to JavaScript

    2 projects | /r/functionalprogramming | 11 Oct 2021
  • In search of a Python-like language potentially seen here recently

    3 projects | /r/ProgrammingLanguages | 29 May 2021