lccc VS miri

Compare lccc vs miri and see what are their differences.

lccc

Lightning Creations Compiler Frontend for various languages (by lccc-project)

miri

An interpreter for Rust's mid-level intermediate representation (by rust-lang)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
lccc miri
2 120
103 3,955
1.0% 3.6%
9.1 10.0
5 days ago 4 days ago
Rust Rust
GNU General Public License v3.0 or later 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.

lccc

Posts with mentions or reviews of lccc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-10.
  • Any alternate Rust compilers?
    10 projects | /r/rust | 10 Apr 2023
    Also on the list of compilers making progress is https://github.com/LightningCreations/lccc. It is also pure rust from top to bottom, with a completely custom intermediate architecture, call xlang.
  • Why I support GCC-rs
    13 projects | /r/rust | 2 Jun 2021
    I'm not saying it doesn't have a legitimate reason for being low priority, I'm just saying that, with the capability of implementing a fix myself, I think it's reasonable to at least attempt to do so (and, I did, in fact, https://github.com/LightningCreations/lccc/blob/main/rust/libcore/src/any.rs, though this is pending on the relevent https://github.com/rust-lang/rust/issues/84391).

miri

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

What are some alternatives?

When comparing lccc and miri you can also consider the following projects:

polonius - Defines the Rust borrow checker.

cons-list - Singly-linked list implementation in Rust

chalk - An implementation and definition of the Rust trait system using a PROLOG-like logic solver

sanitizers - AddressSanitizer, ThreadSanitizer, MemorySanitizer

boost - cmake based plugable static compiled boost library

rust - Empowering everyone to build reliable and efficient software.

rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266

Rust-Full-Stack - Rust projects here are easy to use. There are blog posts for them also.

rfcs - RFCs for changes to Rust

nomicon - The Dark Arts of Advanced and Unsafe Rust Programming

Clippy - A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/