Duckscript Alternatives

Similar projects and alternatives to duckscript

  1. MicroPython

    MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. clap-rs

    A full featured, fast Command Line Argument Parser for Rust

  4. wasmer

    🚀 Fast, secure, lightweight containers based on WebAssembly

  5. RustPython

    A Python Interpreter written in Rust

  6. rye

    47 duckscript VS rye

    a Hassle-Free Python Experience

  7. pyscript

    46 duckscript VS pyscript

    PyScript is an open source platform for Python in the browser. Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community: https://discord.gg/HxvBtukrg2

  8. Rhai

    29 duckscript VS Rhai

    Rhai - An embedded scripting language for Rust.

  9. SaaSHub

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

    SaaSHub logo
  10. cargo-make

    Rust task runner and build tool.

  11. mun

    26 duckscript VS mun

    Source code for the Mun language and runtime.

  12. hpy

    24 duckscript VS hpy

    HPy: a better API for Python

  13. rune

    22 duckscript VS rune

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

  14. gluon

    15 duckscript VS gluon

    A static, type inferred and embeddable language written in Rust.

  15. argparse-benchmarks-rs

    Discontinued Collected benchmarks for arg parsing crates written in Rust [Moved to: https://github.com/rosetta-rs/argparse-rosetta-rs]

  16. rustc_codegen_clr

    A Rust compiler backend targeting CIL(.NET IR) and C.

  17. dyon

    10 duckscript VS dyon

    A rusty dynamically typed scripting language

  18. wizer

    10 duckscript VS wizer

    The WebAssembly Pre-Initializer

  19. wasmi

    7 duckscript VS wasmi

    Embeddable, efficient and versatile WebAssembly interpreter.

  20. clap4shell

    Standalone wrapper of clap for shell scripts

  21. vonuvoli-scheme

    vonuvoli Scheme -- an R7RS interpreter written in Rust focused on systems programming and scripting (i.e. processes, file-system, etc.) with performance and safety in mind

  22. rune

    Rune is a programming language developed to test ideas for improving security and efficiency.

  23. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better duckscript alternative or higher similarity.

duckscript discussion

Log in or Post with

duckscript reviews and mentions

Posts with mentions or reviews of duckscript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-07.
  • Duckscript
    1 project | news.ycombinator.com | 19 Jan 2025
  • RustPython
    14 projects | news.ycombinator.com | 7 Feb 2024
  • New alternative for clap (declarative, basic and simple)
    7 projects | /r/rust | 5 Aug 2022
    Currently i'm using it in cargo-make but will also use it later to parse args for duckscript commands.
  • Are there any embeddable languages in rust?
    6 projects | /r/rust | 22 Oct 2021
    At it's most basic you could make a really simple interpreter by just doing such a thing, and there is essentially already such a simple language like that built for/in rust called Duckscript (rust has a surprisingly large number of little embedded languages), and that would be completely and entirely sufficient for many purposes, though if you want speed then you'll need to JIT or AOT the code, which is why wasm is so handy as you can interpret or JIT (or even AOT it with wasmer) without the much larger overhead of a, for example, javascript or java embedded runtime.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic duckscript repo stats
4
554
7.7
19 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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