honey-potion VS compilers-targeting-c

Compare honey-potion vs compilers-targeting-c and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
honey-potion compilers-targeting-c
6 6
234 655
2.1% -
6.4 4.6
about 2 months ago 5 months ago
C JavaScript
GNU General Public License v3.0 only -
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.

honey-potion

Posts with mentions or reviews of honey-potion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-21.
  • Honey Potion: an eBPF backend for Elixir
    1 project | /r/elixir | 18 May 2023
    Hi all! We are working on an eBPF backend for Elixir. It's called Honey Potion. The project is under development, but it is possible to write some useful programs at this point. For instance, in this video, one of the guys involved explains how to write a program to count system calls.
    1 project | /r/Compilers | 13 Jul 2022
    We have been working on an eBPF backend for the Elixir programming language. The current implementation is on this branch. EBPF is a bit like a virtual machine that runs on the Linux kernel. EBPF programs are typically used to implement network applications. The most interesting aspect of the backend is that Linux uses a verifier to ensure that eBPF programs always terminate and only access memory within allocated bounds.
  • Targetting C
    3 projects | /r/ProgrammingLanguages | 21 Jan 2023
    Hi! We have been translating Elixir to C (which we translate to eBPF) in HoneyPotion. We used mostly Chapter 15 of Appel's Modern Compiler Implementation in Java to implement the code generator (that's "15. Functional Programming Languages"). I think the choice of C has been good thus far. The implementation of Elixir's pattern matching took much work, but if we had chosen a higher level target, we would still have to translate that to eBPF. Here's the entry point for the translator.
  • Writing eBPF Programs with Elixir
    1 project | news.ycombinator.com | 31 Dec 2022
  • Suggestion for a backend?
    5 projects | /r/Compilers | 11 Aug 2022
    We have been working on a tool that translates Elixir to eBPF. We actually translate eBPF to C. Now that we have more stuff working, I really wonder if generating C was a good choice.
  • Intersection of PLs with the OS
    2 projects | /r/ProgrammingLanguages | 1 Aug 2022
    That's exactly what Honey Potion does, when we translate Elixir into Linux' eBPF!

compilers-targeting-c

Posts with mentions or reviews of compilers-targeting-c. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-09.
  • Ask HN: Who is developing a programming language that compiles to C?
    5 projects | news.ycombinator.com | 9 Oct 2023
    https://github.com/dbohdan/compilers-targeting-c

    I'm long time fan of programming languages that compiles to C hoping that one day will fall in love with one endlessly! :-)

  • C as a IL (Obstacles? Libraries?)
    1 project | /r/ProgrammingLanguages | 5 Jul 2023
    Somehow related: a list of open source compilers that can generate C code.
  • rust in kernel?
    1 project | /r/freebsd | 3 Mar 2023
    If we need a higher-level language in the kernel, it should be a copyfree-licensed language. Lua is already the language of choice for in-kernel scripting. There are many languages that compile to C (Nim, V, Chicken Scheme, etc), which makes them just as fast but a lot less bloated than Rust.
  • Is there any alternatives to Clang?
    1 project | /r/openbsd | 26 Jan 2023
    Sadly the best alternative to Apache-licensed LLVM is still LLVM version 8 (the last version under the original license). It should continue to compile well-written C programs (including everything in BSD base), as well as languages that compile to C (Nim, V, Chicken Scheme, etc). But newer C++ features, new hardware support, and ever-improving optimizations would not be available. This would result in a growing number of ports pulling in the latest LLVM/clang as a dependency...
  • Targetting C
    3 projects | /r/ProgrammingLanguages | 21 Jan 2023
  • What softwares do you recommend to a daily use BSD system?
    6 projects | /r/BSD | 11 Aug 2022
    I still use llvm80 (8.0.1_7) (mainly as the Nim / V / Chicken / etc backend), because it's the last Copyfree version, before the switch to Apache license.

What are some alternatives?

When comparing honey-potion and compilers-targeting-c you can also consider the following projects:

pl0c - Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.

herbstluftwm - A manual tiling window manager for X11

fping - High performance ping tool

neovim - Vim-fork focused on extensibility and usability

TripleCross - A Linux eBPF rootkit with a backdoor, C2, library injection, execution hijacking, persistence and stealth capabilities.

mpv - 🎥 Command line video player

linux-nitrous - Mirror of https://gitlab.com/xdevs23/linux-nitrous

vanity-scheme - R7RS Scheme Compiler Vanity Project

libfirm - graph based intermediate representation and backend for optimising compilers

amacc - Small C Compiler generating ELF executable Arm architecture, supporting JIT execution

oberon-risc-emu - Emulator for the Oberon RISC machine

libbpf - Automated upstream mirror for libbpf stand-alone build.