The Onyx Programming Language

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    ✨ The compiler and developer toolchain for Onyx (by onyx-lang)

  • Notably, this is the description on GitHub[0]:

    >A modern language for WebAssembly.

    [0] https://github.com/onyx-lang/onyx

  • PochiVM

    Lightweight framework for easy and efficient code generation

  • There are methods to generate an interpreter but AFAICT there are no real implementations. Seems to be one of those pure research fields.

    https://github.com/sillycross/PochiVM is the closest I've seen to an actual implementation but it looks mostly abandoned.

    And I'm talking about generators on the same level as flex/bison and not something like pypy where they (used to?) use abstract interpretation/partial evaluation as you're really just transforming a handwritten interpreter with all the hard work that entails.

  • 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

  • Is it viable to develop a compiler in haskell that uses LLVM

    3 projects | /r/haskell | 2 Jun 2023
  • Should I abandon using haskell for my compiler?

    5 projects | /r/haskell | 20 Apr 2023
  • The Wonderfully Terrible World of C and C++ Text Encoding APIs (With Some Rust)

    1 project | news.ycombinator.com | 16 Oct 2022
  • cross compiling issues with mingw32

    1 project | /r/cpp | 16 Apr 2022
  • Native code generation

    1 project | /r/haskell | 9 Jan 2022