Is there a simple helper function in general lisp for converting from hexadecimal to decimal?
(parse-integer "ff" :radix 16)
Nothing, #xff = 255 .....