Skip to content

Instantly share code, notes, and snippets.

View lisp's full-sized avatar

james anderson lisp

View GitHub Profile
@lisp
lisp / rspec-lisp.rb
Created September 14, 2010 07:56 — forked from artob/rspec-lisp.rb
#!/usr/bin/env ruby -rubygems
#
# Simple Ruby interface for evaluating Common Lisp code, for use with RSpec.
# Written in August 2010 by Arto Bendiken <http://ar.to/>
#
# This is free and unencumbered software released into the public domain.
require 'open4' # `sudo gem install open4`
require 'sxp' # `sudo gem install sxp`
#!/usr/bin/env ruby -rubygems
#
# Simple Ruby interface for evaluating Common Lisp code, for use with RSpec.
# Written in August 2010 by Arto Bendiken <http://ar.to/>
#
# This is free and unencumbered software released into the public domain.
require 'open4' # `sudo gem install open4`
require 'bert'
require 'bert/decode'