Skip to content

Instantly share code, notes, and snippets.

View sn's full-sized avatar

Sean N sn

View GitHub Profile
@sn
sn / mio.rb
Created November 4, 2011 09:12 — forked from macournoyer/mio.rb
mio
#!/usr/bin/env ruby
# mio -- minimalist language inspired by Io for your own careful
# and private delectation w/ friends of the the family,
# if you want to.
# usage:
# mio # starts the REPL
# mio mio_on_rails.mio
# (c) macournoyer
module Mio
class Error < RuntimeError