run-kit

run-kit

posted 1 min read

As part of learning Rust, I attempted to create a command-line interface (CLI) tool that functions as a universal code runner.

This tool can execute code from:

  • The command line
  • REPL (Read-Evaluate-Print Loop)
  • Files
  • Even stdin(pipe)

The tool, Run, aims to be a single, minimal dependency utility for: running one-off snippets (from CLI flags), running files, reading and executing piped stdin, and providing language-specific REPLs that you can switch between interactively.
I designed it to support both interpreted languages (Python, JS, Ruby, etc.) and compiled languages (Rust, Go, C/C++). It detects languages from flags or file extensions, can compile temporary files for compiled languages, and exposes a unified REPL experience with commands like :help, :lang, and :quit.

Install: cargo install run-kit (or use the platform downloads on GitHub). Source & releases: https://github.com/Esubaalew/run

I used Rust while following the official learning resources and utilized AI to accelerate development, so I expect there may be bugs and rough edges. I’d love feedback on: usability and UX of the REPL, edge cases for piping input to language runtimes, security considerations (sandboxing/resource limits), packaging, and cross-platform distribution.

Thanks ,

0 votes
0 votes

More Posts

I Built a Programming Language with an LLVM Backend at 15. Here's How It Actually Works

TheRemyyy - Apr 19

SELinux AVC denied: stop guessing, start fixing

mattiabandini - Apr 18

Bitcoin Dust Attacks: What They Are and How to Defend Against Them

Wilfrid Okorie - Apr 17

How we cut game update bandwidth by 94% building our own delta sync protocol

Rubencfu - Apr 11

Rust Foundations — The Stuff That Finally Made Things Click

Lordhacker756verified - Apr 4
chevron_left

Related Jobs

View all jobs →

Commenters (This Week)

4 comments
1 comment
1 comment

Contribute meaningful comments to climb the leaderboard and earn badges!