miniPerl VS minirust

Compare miniPerl vs minirust and see what are their differences.

miniPerl

a collection of Turing-complete subsets of Perl (by grondilu)

minirust

A precise specification for "Rust lite / MIR plus" (by minirust)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
miniPerl minirust
1 7
0 764
- 0.8%
10.0 9.2
over 7 years ago 7 days ago
Perl6 Rust
Artistic License 2.0 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.

miniPerl

Posts with mentions or reviews of miniPerl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-08.
  • Announcing: MiniRust
    7 projects | news.ycombinator.com | 8 Aug 2022
    Using "mini" to mean a subset of the language rather than a version for small systems has precedent. For example in the Perl community, miniperl is a subset of Perl. It's mostly used to bootstrap builds of the full language, but in theory can be used separately as a restricted programming language. It's also the name of a module, ExtUtils::Miniperl, for Perl (https://metacpan.org/pod/ExtUtils::Miniperl) that builds miniperlmain.c and perlmain.c files to bootstrap the compilation of the language system. This is not to be confused with the Raku project on Github called "miniPerl" (https://github.com/grondilu/miniPerl) which compiles subsets of Perl via the Lambda calculus to JavaScript output.

    I'd personally pretty much always expect "mini" or "r" (as in "rperl", a restricted subset of Perl with C++ connections) versions of a language to be restricted subsets for some purpose (rperl's is to give away flexibility for performance while maintaining a good portion of the original language).

    I've seen an "e" or "emb" prefix or a "small", "tiny", "micro" or "µ" (or "u") prefix to mean a small toolchain version several places, like SmallC or uclibc or Mikroe's mikroC. It wouldn't surprise me to see a "nano" version of a language tool either. Sometimes these are subsets as well, but to fit the size constraints of the target rather than for constraining the input for its own sake.

minirust

Posts with mentions or reviews of minirust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-04.

What are some alternatives?

When comparing miniPerl and minirust you can also consider the following projects:

datafrog - A lightweight Datalog engine in Rust

a-mir-formality - a model of MIR and the Rust type/trait system