cproc VS lithium

Compare cproc vs lithium and see what are their differences.

cproc

C11 compiler (mirror) (by michaelforney)

lithium

Clojure-based x86 assembler and toy Lisp compiler (by nathell)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
cproc lithium
10 2
676 118
- -
6.8 0.0
8 days ago about 2 years ago
C Clojure
GNU General Public License v3.0 or later -
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.

cproc

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

lithium

Posts with mentions or reviews of lithium. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-08.
  • An ARM Assembler Written in Lisp
    3 projects | news.ycombinator.com | 8 Jul 2023
    I once wrote a rudimentary x86 assembler in Clojure:

    https://github.com/nathell/lithium/blob/master/src/lithium/a...

    In general, I find that s-expressions are actually a nice syntax for assembly languages. For x86, they kind of sidestep the AT&T vs. Intel conundrum, and you get to write macro-like functions in the host Lisp that compile down to s-expressions.

  • Minias – A mini x86-64 assembler for fun and learning
    3 projects | news.ycombinator.com | 15 Oct 2021
    Here’s mine, in Clojure, very incomplete (16-bit x86 only for now) and using a s-expression based syntax, in 253 LOC:

    https://github.com/nathell/lithium/blob/master/src/lithium/a...

What are some alternatives?

When comparing cproc and lithium 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.

nanopass-framework-scheme - The new nanopass framework; an embedded DSL for writing compilers in Scheme

qbe-rs - QBE IR in natural Rust data structures

arpilisp - A Lisp interpreter for Raspberry Pi implemented in a single ARM assembly file

minias - A mini x86-64 assembler for fun and learning.

unix - Mirror of the Restoration of 1st Edition UNIX kernel sources from pdf document.

manim - A community-maintained Python framework for creating mathematical animations.

fpga_craft - A voxel game/Minecraft clone for the iCE40 UP5K FPGA

c4 - C in four functions

GLFW - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input

meson - The Meson Build System