honey-potion VS pl0c

Compare honey-potion vs pl0c 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 pl0c
6 5
234 122
2.1% -
6.4 0.0
about 2 months ago over 2 years ago
C C
GNU General Public License v3.0 only ISC 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.

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!

pl0c

Posts with mentions or reviews of pl0c. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-02.
  • The Super Tiny Compiler
    3 projects | news.ycombinator.com | 2 Mar 2023
    > Some compilers tokenize while parsing, but for a different reason: it's faster and uses less memory to generate the AST

    And some don't even generate an AST. :) Just read in and emit or interpret.

    https://briancallahan.net/blog/20210814.html

  • single pass compilers (basic questions)
    3 projects | /r/Compilers | 20 Feb 2022
    Single-pass compiler tutorial
  • Compiler tutorials.
    4 projects | /r/C_Programming | 9 Feb 2022
    Let's Write a Compiler
  • Let's write a compiler, part 3: A parser
    4 projects | news.ycombinator.com | 16 Aug 2021
    I don’t think there will be an AST. https://briancallahan.net/blog/20210814.html: “We will be writing a single-pass compiler for a simple language and immediately output our final output code as soon as our compiler has enough information to do so”

    That “as soon as” implies code will be generated before the entire program has been parsed.

    Also, for me single-pass implies “no AST”, as you would need at least one pass to construct one, and iterating over an AST counts as another pass for me.

What are some alternatives?

When comparing honey-potion and pl0c you can also consider the following projects:

fping - High performance ping tool

cproc - C11 compiler (mirror)

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

pegasus - A parser generator for C and Crystal.

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

Understanding-Unix-Linux-Programming - Source code of Understanding Unix/Linux Programming. The book provides example code in C, I would like to replicate it in Rust.

libfirm - graph based intermediate representation and backend for optimising compilers

swifties - a custom language construction kit

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

mini-c - Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours

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

rawhide - find files using pretty C expressions