test/bones.lisp @ de6e248866f4

Implement dynamic calling and fix `bind!`

It turns out `bind!` needs to actually *copy* the thing it's binding into the
target, not create a reference.

Dynamic calling was actually pretty easy.
author Steve Losh <steve@stevelosh.com>
date Wed, 29 Jun 2016 16:42:02 +0000
parents d08be7892816
children 5c914fbcb042
(in-package #:bones-test)

(def-suite :bones)
(in-suite :bones)