run-kit

Universal multi-language runner and smart REPL for quick code execution

brewmacoslinux
Try with needOr install directly
Source

About

Universal multi-language runner and smart REPL

Commands

run-kit

Examples

Run a Python script interactively$ run-kit python script.py
Start a REPL for JavaScript with smart features$ run-kit javascript
Execute inline code in multiple languages$ run-kit ruby -e 'puts "Hello World"'