Which is the best Rust scripting language for Exploratory Data Analysis (EDA)

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. Flux.jl

    Relax! Flux is the ML library that doesn't make you tensor

    The syntax is lightweight (at least in my opinion), there's support for Jupyter, a decent range of visualization packages are available, as are bindings to Spark and Torch. Flux is recommended over using bindings to TensorFlow though. It's possible to create Julia arrays backed directly by data from Rust with jlrs (though the data must be in column-major order), and borrow Julia array data as an ArrayView(Mut) by enabling the jlrs-ndarray feature.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. PyO3

    Rust bindings for the Python interpreter

    I'm not aware of a scripting language that can do all of these things. I'm also confused because this is basically what Python already is, and you can use pyo3 for that.

  4. gluon

    A static, type inferred and embeddable language written in Rust. (by gluon-lang)

    These are the scripting languages i saw recently gluon, gleam, dyon, rune, mun. I like mun most because it resembles rust most. There is also this and this thread.

  5. gleam

    ⭐️ A friendly language for building type-safe, scalable systems!

    These are the scripting languages i saw recently gluon, gleam, dyon, rune, mun. I like mun most because it resembles rust most. There is also this and this thread.

  6. dyon

    A rusty dynamically typed scripting language

    These are the scripting languages i saw recently gluon, gleam, dyon, rune, mun. I like mun most because it resembles rust most. There is also this and this thread.

  7. rune

    An embeddable dynamic programming language for Rust. (by rune-rs)

    These are the scripting languages i saw recently gluon, gleam, dyon, rune, mun. I like mun most because it resembles rust most. There is also this and this thread.

  8. mun

    Source code for the Mun language and runtime.

    These are the scripting languages i saw recently gluon, gleam, dyon, rune, mun. I like mun most because it resembles rust most. There is also this and this thread.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
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

  • Embeddable Scripting Language for Embedded Rust

    5 projects | /r/rust | 2 May 2023
  • Are there any embeddable languages in rust?

    6 projects | /r/rust | 22 Oct 2021
  • Steel – An embedded scheme interpreter in Rust

    13 projects | news.ycombinator.com | 3 Dec 2023
  • Gluon is a static, type inferred and embeddabble language written in Rust

    1 project | news.ycombinator.com | 1 Jul 2023
  • Use io_uring for network I/O

    11 projects | news.ycombinator.com | 12 Apr 2023