SaaSHub helps you find the best software and product alternatives Learn more →
Mrustc Alternatives
Similar projects and alternatives to mrustc
-
-
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
-
-
Rust-for-Linux
Adding support for the Rust language to the Linux kernel. (by Rust-for-Linux)
-
-
winlamb
A lightweight modern C++11 library for Win32 API, using lambdas to handle Windows messages.
-
-
-
Flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
mrustc reviews and mentions
-
Stop Comparing Rust to Old C++
There are three. The official one, mrustc (no borrow checker, but can essentially compile the official rustc) and GCC (can't really compile anything substantial yet). Only rustc is production-ready though.
-
“33% of GStreamer commits are now in Rust”, from the 1.22 release notes
Otherwise you could try compiling to C using mrustc and going from there, but as mrustc is really only intended for compiler bootstrapping it won't be a fun experience. Mrustc mostly just assumes that the code you're compiling is valid, so you lose all the advantages of choosing Rust over C in the first place. It also targets x86-64 so the C it emits might need some work before it'll compile.
-
Am I dumb or does rust have a garbage collector?
In fact, https://github.com/thepowersgang/mrustc compiles code without the need for a borrow checker :-)
-
GCC Rust Front-End Cleared For Merging In GCC 13
Instead of an independent re-implementation, a small niche implementation whose only purpose is to bootstrap, like mrustc. Since its a much smaller scope, and only intended to work on known correct code, its much simpler and easier to do. It doesnt need to do any type or borrow checking or much of anything, because the rust source is already known to be correct/checked by itself.
There is also mrustc
- Rust front-end approved for merge into GCC
-
Resources on Lifetimes
Lifetime sigils couldn't change the structure of your program, they don't actually affect anything it it, in fact you can remove them from correct program, compile it with mrustc (which ignores lifetime marks) and it would still work.
-
A Brief Interview with Common Lisp Creator Dr. Scott Fahlman
Ideally, what Guix would want is similar to what https://github.com/thepowersgang/mrustc/ does for Rust (a compiler, not written in Rust, for Rust).
So for Dylan, we'd like to have a compiler for Open Dylan, not written in Dylan. (it can also require multiple steps to get up to Open Dylan--that would be fine)
It's not in the interest of our users to use binary blob compilers for bootstrapping.
We would also unbundle LLVM, clang and the bdw gc and use the ones from Guix.
- rust to c complication?
-
Should rust be rewritten in c++?
It already is. Twice.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f160cd571d0>
www.saashub.com | 31 Mar 2023
Stats
thepowersgang/mrustc is an open source project licensed under MIT License which is an OSI approved license.