Project

reval

0.0
No commit activity in last 3 years
No release in over 3 years
Codepad is a remote code evaluation service. reval uses codepad to run code from various languages. Think of it as Ruby's eval from the command line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

reval

reval is a Ruby gem that uses the codepad API. It allows you to run arbitrary code on the command line and get it evaluated by the codepad service.

Examples

reval test.py
reval -l ruby -e 'p 2+2'
reval prog.hs -p # make private

See all available languages with reval --list.

Install

gem install reval

Credits

Codepad by Steven Hazel. reval by Aditya Bhargava.