Bitwise Sequence by youz

(use srfi-1)(map(^i(format #t"~8,'0B
"i))(sort-by(iota 256 255 -1)logcount))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page