datafrog VS miniPerl

Compare datafrog vs miniPerl and see what are their differences.

datafrog

A lightweight Datalog engine in Rust (by rust-lang)

miniPerl

a collection of Turing-complete subsets of Perl (by grondilu)
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
datafrog miniPerl
7 1
781 0
2.4% -
0.0 10.0
over 2 years ago over 7 years ago
Rust Perl6
Apache License 2.0 Artistic 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.

datafrog

Posts with mentions or reviews of datafrog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-13.

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.

What are some alternatives?

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

polonius - Defines the Rust borrow checker.

dida - Differential dataflow for mere mortals

psac - Parallel Self-Adjusting Computation

database-stream-processor - Streaming and Incremental Computation Framework

datalog_rust

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

blog - Some notes on things I find interesting and important.

differential-datalog - DDlog is a programming language for incremental computation. It is well suited for writing programs that continuously update their output in response to input changes. A DDlog programmer does not write incremental algorithms; instead they specify the desired input-output mapping in a declarative manner.

differential-dataflow - An implementation of differential dataflow using timely dataflow on Rust.

ascent - logic programming in Rust

githut - Github Language Statistics

scryer-prolog - A modern Prolog implementation written mostly in Rust.