-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
My (embedded) usage is more annoying than it has to be because we can't operate upon bits easily.
These should both just work:
(print "%d" 0xff)
(print "%d" 0b01010101)
Making the change is trivial, and would benefit others.
Not sure if I need to port my bit-manipulation operations, but since it's all tied to the hardware it's probably not so worthwhile.
Metadata
Metadata
Assignees
Labels
No labels