Language intrinsics and custom array layout

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

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

    Clik lang spec & test suite (by Clik-lang)

  • I have been trying to design a language for the last few weeks in a way that empower library makers & encourage code reuse while leaving the ultimate performance questions to the user. Some code sample have been written here, no syntax is final, and I am mostly using it as a playground until I feel comfortable continuing with a compiler.

  • MoarVM

    A VM with adaptive optimization and JIT compilation, built for Rakudo

  • For a class the default representation is P6Opaque. This is one of a few dozen stock representations that Raku requires compiler backends implement as standard. See, for example, the 46 .c/.h pairs of C89 source files in the relevant MoarVM directory. A quick glance at the names of the source code files should paint a broad picture. A look at their code will fill in some details.

  • 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

  • What's a good way to represent overloaded functions at a low level?

    1 project | /r/ProgrammingLanguages | 24 Apr 2023
  • How do you know if an allocator is good?

    1 project | /r/ProgrammingLanguages | 10 Oct 2022
  • MoarVM: A VM with adaptive optimization and JIT compilation, built for Rakudo

    1 project | news.ycombinator.com | 1 May 2022
  • What happened to the Mu MicroVM project?

    2 projects | /r/ProgrammingLanguages | 22 Oct 2021
  • Scheme string vector vs list of chars

    1 project | /r/scheme | 25 Aug 2021