 |
for loop - lisp way of looping over bits of an integer - Stack Overflow
How do I iterate over bits of this number, eg: [64, 32, 8, 4, 1]? ... I modify the for
macro a bit by adding a case or should I just convert the integer into a bit-vector
or a list? .... Integer Value is Not a Number in Common Lisp?
stackoverflow.com |
 |