(take 8 (phil-hagelberg)) (2010)(blog.fogus.me)
blog.fogus.me
(take 8 (phil-hagelberg)) (2010)
http://blog.fogus.me/2010/06/28/take-8-phil-hagelberg/
5 comments
This is from 2010.
Oh, but if people annotate the title, it won't compile anymore.
... it will if you annotate it with (2010)
;-)
;-)
I think what you want is:
(from 2010 (take 8 (phil-hagelberg)))Or maybe just
(take 8 (phil-hagelberg)) `(2010)
should compile.