Module: Rexpl

Defined in:
lib/rexpl.rb,
lib/rexpl/output.rb,
lib/rexpl/version.rb,
lib/rexpl/environment.rb,
lib/rexpl/generator_proxy.rb,
lib/rexpl/generator_methods.rb

Overview

rexpl is an interactive bytecode console for the Rubinius VM.

rexpl is a sandbox to experiment and play with the [Rubinius](rubini.us) Virtual Machine and its bytecode instructions. It comes wrapped in a REPL (Read-Eval-Print Loop) à la IRB, so that anytime you can open a terminal, fire up rexpl, and start playing with instant feedback.

Defined Under Namespace

Modules: GeneratorMethods Classes: Environment, GeneratorProxy, Output

Constant Summary collapse

VERSION =

The current rexpl version.

"0.0.1"