From 162b35af9e54a573351bb19b239fb95fb4f57cc8 Mon Sep 17 00:00:00 2001 From: Patrick Kingston Date: Fri, 23 Jan 2026 01:09:42 -0500 Subject: Make note for next time --- bible/encode.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bible/encode.clj b/bible/encode.clj index 903cb2b..8a2976b 100644 --- a/bible/encode.clj +++ b/bible/encode.clj @@ -147,4 +147,4 @@ (def canonical-encodings (build-canonical-encodings sorted-huffman-tree-codewords)) -(map #(Long/toBinaryString (.code %1)) (take 100 canonical-encodings)) +(map #(Long/toBinaryString (.code %1)) (take 100 canonical-encodings)) ;; The results of this *seem* wrong. -- cgit v1.2.3