> Below is something I played with years ago. I'm not sure kill-opt is > up to date. Try with > > > > (load "jtd.scm") > > (foo) > [1]> ,loc
The code seems to evaluate fine, but does not produce useful results: ``` scheme@(guile-user)> ,use (potluck jtd) scheme@(guile-user)> (foo) scheme@(guile-user) [1]> ,loc While executing meta-command: Wrong type (expecting string): #f scheme@(guile-user) [1]> ,locals No local variables. ```