2024-01-27-converting-r7rs-small-html-output-to-texinfo.md (821B)
1 title: Converting R7RS-small HTML output to Texinfo. 2 date: 2024-01-27 20:37 3 tags: lisp, r7rs, rnrs, scheme, texinfo 4 --- 5 6 I am converting the [HTML output][r7rs-small-html] of 7 [R7RS-small][r7rs-small] into [Texinfo][texinfo]. It is currently on 8 <https://codeberg.org/kakafarm/guile/src/branch/work-in-progress-texinfo-r7rs-small/doc/r7rs-small/r7rs-small.texinfo>. 9 [Cargoculting][cargocult] from the previous [R5RS Texinfo source 10 file][r5rs] that lives in the neighbouring directory. 11 12 [r7rs-small-html]: https://standards.scheme.org/corrected-r7rs/r7rs.html 13 [r7rs-small]: https://small.r7rs.org/ 14 [texinfo]: https://www.gnu.org/software/texinfo/ 15 [cargocult]: https://en.wikipedia.org/wiki/Cargo_cult_programming 16 [r5rs]: https://codeberg.org/kakafarm/guile/src/branch/work-in-progress-texinfo-r7rs-small/doc/r5rs/r5rs.texi