(get-title book)
(set-title book "New title")
(Book (title "Blabla") (authors ("Tom" "John")) (year 2008) )
Is it the way an expirienced Lisp programmer would do it?