From: Sam Phillips (samdphillips at gmail.com) Date: Thu Apr 15 12:03:08 EDT 2010 |
|
I was playing with quasiquote and hashes this morning and came across this: > (define k 'key) > (define v 'val) > `#hash((,k . ,v)) #hash((,k . val)) Is this a bug or intended behavior? Cheers, Sam
Posted on the users mailing list. |
|