Ii would like to know how to add several hexadecimal numbers in lisp without first converting them to another base. How could this be done?
Common Lisp:
> (setf *print-base* 16)
> (setf *read-base* 16)
> (+ a d)
17
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With