[LISP] programs (11)

10 Name: Zach Beane : 2009-04-27 15:30 ID:SikWUUwZ

CL has special syntax for bits, octal, and hex, and #r is the escape hatch for other bases. So instead of #16rFF, I'd write #xFF. You could also write it as #b11111111 or #o377 but that would be silly...

This thread has been closed. You cannot post in this thread any longer.