Search found 1 match

by timotheosh
Thu Dec 01, 2016 11:04 am
Forum: Common Lisp
Topic: Trying to understand a closure with unexpected output
Replies: 1
Views: 8763

Trying to understand a closure with unexpected output

So, I have been re-brushing my common lisp, and have been wanting to write some AWS api code in the process. Common Lisp has the aws-sign4 package that can be used to sign requests for their API. The problem I am having is with a closure. aws-sign4 example code fails with the error message "Ple...