je code comme ceci pour convertir en hexadécimal chaîne d'octets (define (word->bin s)
(let ((n (string->number s)))
(bytes (bitwise-and (arithmetic-shift n -24) #xFF)
(bitwise-and (ari
Je sais que je l'ai déjà la fonction Haskell Data.ByteString.Lazy de diviser un fichier CSV sur un seul caractère, tels que: split :: Word8 -> ByteString -> [ByteString]
Mais je vouloir diviser sur