alumina VS erg

Compare alumina vs erg and see what are their 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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
alumina erg
10 17
154 2,590
1.3% 3.1%
4.6 9.8
about 2 months ago 3 days ago
Rust Rust
MIT License Apache License 2.0
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.

alumina

Posts with mentions or reviews of alumina. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-30.
  • Ask HN: LLVM vs. C
    2 projects | news.ycombinator.com | 30 Jun 2023
    You can go surprisingly far with C, though LLVM is probably a better long-term option for a serious compiler, because it's a tool made for the job (unless you target exotic and/or embedded platforms that don't have LLVM support - but that's fairly unlikely).

    C is very easy to get started with if you don't already know LLVM. The downside is that once your compiler is reasonably complete, you may spend quite a bit of time working around quirks of C (e.g. int promotion is very annoying when you already have full type information, so your compiler either has to understand C semantics fairly well or defensively cast every subexpression).

    I have a C backend in my compiler (https://github.com/alumina-lang/alumina) and it works really well, though the generated C is really ugly and assembly-like. With #line directives, you can also get source-level debugging (gdb/lldb) that just works out of the box.

    There are a few goodies that LLVM gives you that you don't get with C, like coverage (https://clang.llvm.org/docs/SourceBasedCodeCoverage.html). It works when done through clang, but easily be made to track the original sources.

  • Alumina Programming Language
    1 project | news.ycombinator.com | 5 Sep 2022
  • Show HN: Alumina Programming Language
    1 project | /r/patient_hackernews | 3 Sep 2022
    1 project | /r/hackernews | 3 Sep 2022
    1 project | /r/hypeurls | 3 Sep 2022
    4 projects | news.ycombinator.com | 3 Sep 2022
    Totally agreed about FFI. I wanted to make it easy to interop with C code and write expressive bindings.

    Check for example the language bindings to LLVM's C API (fairly low level) and Tree-Sitter which is used internally (a bit higher level bindings)

    https://github.com/tibordp/alumina/tree/master/libraries/llv...

    https://github.com/tibordp/alumina/blob/master/libraries/tre...

  • Alumina programming language
    3 projects | /r/ProgrammingLanguages | 3 Sep 2022
    However, I am not super happy with the current structure of the compiler and for the self-hosted one I'd like to fix those mistakes. For example, mono.rs is a giant module that does everything from mixin expansion, lowering from AST to IR, type checking and monomorphization. There are some bugs in Alumina that are quite hard to fix without a big refactoring (e.g. if a nested function binds generic parameters of the parent) and I'd like to get it right the next time around.

erg

Posts with mentions or reviews of erg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-11.

What are some alternatives?

When comparing alumina and erg you can also consider the following projects:

bitloops-language - Open-source transpiled programming language that helps you write clean code, well-designed systems, and build high-quality software that is testable, auditable and maintainable. Like what you see? Don't forget to star! :star: ^^^

pyxel - A retro game engine for Python

llvm-cbe - resurrected LLVM "C Backend", with improvements

pytype - A static type analyzer for Python code

tree-sitter-visitor - Procedural macro for generating a visitor trait for Tree Sitter Rust bindings

nimpy - Nim - Python bridge

libtmux - ⚙️ Python API / wrapper for tmux

cats-effect - The pure asynchronous runtime for Scala

Flask - The Python micro framework for building web applications.

Jupyter Scala - A Scala kernel for Jupyter

pyright - Static Type Checker for Python

mypy - Optional static typing for Python