Best resources for a rust interpreter?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • book

    Writing Interpreters in Rust: a Guide (by rust-hosted-langs)

  • https://rust-hosted-langs.github.io/book/ here's one that's Rust-specific, but doesn't go into nearly as much detail as craftinginterpreters.

  • TablaM

    The practical relational programing language for data-oriented applications

  • (You can see how to combine both in my code at https://github.com/Tablam/TablaM/blob/master/src/parser/src/pratt.rs)

  • 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.

    InfluxDB logo
  • logos

    Create ridiculously fast Lexers (by maciejhirsz)

  • I wouldn't recommend Logos at this point. This recent bug is quite nasty and seems easy to hit, and the maintainer is unresponsive. Last commit was half a year ago. At this point I consider Logos abandonware, though it would be great if its development continued, or if it were forked.

  • lisp-rs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts