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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
sponsored
  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. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

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

    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.

    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.

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

Did you know that Rust is
the 3rd most popular programming language
based on number of references?