Scriptisto: "Shebang interpreter" that enables writing scripts in compiled langs

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • scriptisto

    A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • Cargo

    The Rust package manager

    Nice hack! Would it have been possible back then to use cargo to pull in some dependencies?

    The clean solution of cargo script is here: https://github.com/rust-lang/cargo/issues/12207

  • evcxr

    Emacs didn't invent REPL, and it's common everywhere. For Rust: https://github.com/evcxr/evcxr/blob/main/evcxr_repl/README.m.... But heck, the compiler is reasonably fast enough that any IDE can REPL by compiling the code.

    The value here is more in being able to read a script before you run it, then have it run fast, maybe tweaking something here and there. And a compiled script will run 10,000 times faster than LISP, which can be important.

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

  • Things I know about Git commits

    1 project | news.ycombinator.com | 12 Jul 2024
  • Crates-io 0.32.0 (accidentally) downgraded and published again as 0.31.1? (2020)

    1 project | news.ycombinator.com | 28 May 2024
  • Cargo Script

    1 project | news.ycombinator.com | 26 Feb 2024
  • Shipp – Deadly simple package manager (for C/C++)

    1 project | news.ycombinator.com | 26 Jan 2024
  • Cargo has never frustrated me like npm or pip has. Does Cargo ever get frustrating? Does anyone ever find themselves in dependency hell?

    13 projects | /r/rust | 6 Dec 2023

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