Charles Horn
Charles Horn
at 1376 bytes, the hardcoded German translation (or original?): ``` K(S(SI(K(S(K(S(S(KS)K)(S(S(KS)K)I)))(S(S(KS)K)I(S(S(KS)K)(SII(S(S(KS)K)I)))))))(K(S(SI(K(S(S(KS)K)(S(K(S(S(KS)K)(SII(S(S(KS)K)I))))(S(S(KS)K)I(S(S(KS)K)(S(S(KS)K)I)))))))(K(S(SI(K(S(K(S(S(KS)K)I))(S(SII)I(S(S(KS)K)I)))))(K(S(SI(K(S(S(KS)K)(S(K(SII(S(S(KS)K)I)))(S(S(KS)K)(S(S(KS)K)I(S(S(KS)K)(SII(S(S(KS)K)I)))))))))(K(S(SI(K(S(S(KS)K)(S(K(S(S(KS)K)I))(S(S(KS)K)(S(K(S(S(KS)K)I))(S(S(KS)K)(SII(S(S(KS)K)(S(S(KS)K)I))))))))))(K(S(SI(K(S(K(SII(S(S(KS)K)I)))(S(S(KS)K)(S(S(KS)K)(SII(S(S(KS)K)(S(S(KS)K)I))))))))(K(S(S(KS)K)(S(S(KS)K)I)(S(S(KS)K)(S(S(KS)K)I(S(S(KS)K)(SII(S(S(KS)K)I))))(S(S(KS)K)(S(K(S(S(S(KS)K))(SII)(S(S(KS)K)I)))(S(K(S(S(KS)K)I))(S(S(KS)K)(SII(S(S(KS)K)I)))))(S(K(S(K(S(SI(K(S(K(S(S(KS)K)I))(S(SII)I(S(S(KS)K)I)))))))K))(S(K(S(K(S(SI(K(S(K(S(K(S(S(KS)K)I))(S(S(KS)K)(S(S(KS)K)I))))(S(S(KS)K)(S(SII)I(S(S(KS)K)I))))))))K))(S(K(S(K(S(SI(K(S(SII)I(S(S(KS)K)I)(S(S(KS)K))(S(SII)(S(S(KS)K))(S(S(KS)K)I)))))))K))(S(K(S(K(S(SI(K(S(S(KS)K)(S(K(SII(S(S(KS)K)I)))(S(S(KS)K)(S(S(KS)K)(SII(S(S(KS)K)(S(S(KS)K)I)))))))))))K))(S(K(S(K(S(SI(K(S(K(SII(S(S(KS)K)I)))(SII(S(S(KS)K)(S(S(KS)K)I))))))))K))(S(K(S(SI(K(S(S(KS)K)(S(SII)I(S(S(KS)K)I))(S(S(KS)K))(SII(S(S(KS)K)(S(S(KS)K)I))))))))K))))))))(S(SI(K(S(S(KS)K)(S(S(KS)K)I)(S(S(KS)K)I))))(K(S(SI(K(S(S(KS)K)(S(K(S(S(KS)K)(SII(S(S(KS)K)I))))(S(S(KS)K)I(S(S(KS)K)(S(S(KS)K)I)))))))(K(K(SII(SII(S(S(KS)K)I))))))))))))))))))))) ```
repo is live here: https://github.com/hornc/K-IS samples and documentation to come soon...
Some sample (truncated) output: ### K-IS_en.lazy: K. is lazy, lazy, lazy, lazy, lazy, lazy, ... lazy, lazy, lazy, lazy, lazy, lazy, lazy. ### K-IS_la.lazy: K. piger, piger, piger, piger, piger,...
I noticed the original code `K(S(SI(K...` could be modified to `K(IS(SI(K...` without changing the functionality, which suggests a further (Oulipian?) version of the novel, where "K. is sick, sick, sick...
November is running out, I have a bunch of versions as PDF output: https://github.com/hornc/K-IS/tree/master/output I'm struggling to write everything up in a way that makes sense, which is the problem...
Well done, this is great :) I love the neat page numbering, and the blank second page. Skimming through it and letting the patterns of the words, and their occasionally...
Here are some of my early experiments using [Franz Kafka's _A Little Fable_](https://en.wikipedia.org/wiki/A_Little_Fable). I think my current code has the endianess reversed, but it so long as the system is...
My 5 min code effort seems to have bugs, since the halved output has more words than the original -- probably due to inconsistent splitting on newlines and other white-space,...
**Day 3** I saved my first experiments to a repo https://github.com/hornc/nanogenmo2019-otranto because I liked the results even though they were rough and a bit buggy. @MichaelPaulukonis' suggestion re. pre-processing is...
**Day 4** I have refactored the lexical number system concept into a class that can generate texts and convert integers far more efficiently now. After the refactor I regenerated the...