use Slang::Guile; guile-sub car( $x ) { car $x } guile-sub cdr( $x ) { cdr $x } use Test; is car , 'a'; is-deeply [ cdr ], ['b', 'c'];