Coderunner
Coderunner is a command-line application for executing source code in a variety of languages, either invoking an appropriate interpreter or compiling before running the resulting executable. The intention is to make it quick and easy to run and test software during development. For some languages this may only be of use for very small projects.
Languages supported:
- Assembly
- C/C++
- Clojure
- Common Lisp
- Java
- Python
- Scheme
- Standard ML
Coderunner is written in C++ for Linux and uses the Boost C++ library.
Disclaimer
Coderunner is currently in a very early, proof-of-concept stage. It supports a limited set of languages and function may be incomplete. If you find any bugs or have any comments, let me know.
Download
The current version of Coderunner is 0.0.5.