Chris Pressey
Chris Pressey
A postscript of sorts, for anyone who might still be reading this issue. When I was in the middle of working on this entry, the output was not bad, lexically...
I like this. Keep it up! > looking for suggestions of how to generate diagrams or funny pictures. ideally, all images of obscure machines. Well, since this has made me...
> In Trefunge-98 source, the ascii form feed increments the z coordinate, which is equivalent to a 'go low' instruction. This is all the specification says. I'll take your word...
> Somehow I doubt Chris will let us know which one he originally meant :stuck_out_tongue: "he"? "meant"?? What is this gibberish? Funge-98 was strictly a committee effort; any supposed intent...
> Can `x` set delta with Manhattan length longer than 1? The spec does not specify any restriction on the delta that can be set with `x`. > And what...
Interesting, thanks. I hadn't heard of it before. For the macros, I was thinking of something in-language to compensate for the lack of rules. Something like `can-move(?A) = !asleep(?A),!unconscious(?A),!tied-down(?A)`, expanded...
Handling titles that extend over 2 lines should definitely be fixed, if it can be (it probably can.) I suspect some of these listed might be "old" texts. zncli10.txt for...
I realized I could run the script on every text file I've downloaded from Gutenberg like so ``` cd my_gutenberg_texts mkdir tmp guten-gutter --output-dir=tmp/ * ``` and it will report...
zen10.txt = http://www.gutenberg.org/cache/epub/34/pg34.txt = "This is a COPYRIGHTED Project Gutenberg eBook, Details Below" = WONTFIX... or at least NOTINCLINEDTOFIX... because I think the primary purpose of this tool is to...
Have added some commits (https://github.com/catseye/Guten-gutter/commit/c593b4dd6cf8f28842c63a1d20c89f18b0ec58e3 , https://github.com/catseye/Guten-gutter/commit/35c6f40f88cc9b117409e70224f14ecce81a2917) that handle zncli10.txt and pg159.txt (and maybe others like them, as a side-effect.) For pg62.txt and others listed in https://github.com/catseye/Guten-gutter/issues/1#issuecomment-158035094 the problem is...