PochiVM VS onyx

Compare PochiVM vs onyx and see what are their differences.

PochiVM

Lightweight framework for easy and efficient code generation (by sillycross)

onyx

✨ The compiler and developer toolchain for Onyx (by onyx-lang)
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
PochiVM onyx
2 3
83 493
- 9.1%
0.0 9.7
over 2 years ago 6 days ago
C++ C
- BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PochiVM

Posts with mentions or reviews of PochiVM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • The Onyx Programming Language
    2 projects | news.ycombinator.com | 8 Dec 2023
    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.

  • Copy-and-Patch Compilation: A fast compilation algorithm for high-level languages and bytecode
    1 project | /r/Compilers | 19 Apr 2022
    https://github.com/sillycross/PochiVM A fast template JIT, looking good

onyx

Posts with mentions or reviews of onyx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.

What are some alternatives?

When comparing PochiVM and onyx you can also consider the following projects:

wyvern - Automatic conversion of call by value into call by need in the LLVM IR.

codon - A high-performance, zero-overhead, extensible Python compiler using LLVM