Great! Lisp is great for interactive tinkering with the hardware and also using SBCL gives you excellent execution speeds, so that you can run even large tasks on modest hardware.
Note that "modest hardware" in this case means "slow CPU" if you have less than 64MB or so of RAM[1], I would instead recommend ECL, which can run in 16MB of ram somewhat comfortably.
Neat. I wrote a binding to wiringPi ages ago (https://github.com/jl2/wpi) for a GPS project I was working on. No idea if it runs on modern RPis, though.