I'm using the CLOS and I'm trying to write a function called def-concept that uses defclass to create a subclass of the class Concept. When I pass in a command like (def-concept Car), I get an error saying "Attempt to take the value of the unbound variable `car'. Why is this happening? Is there a way to "dereference" a variable from a list of arguments?