commit 40b3b742cc71a383e4b2898588cd52e1b8c797b8 parent ed55e3bb5709a7abaf25724729d35cf05e67a2c7 Author: Yuval Langer <yuval.langer@gmail.com> Date: Sat, 27 Jan 2024 20:49:25 +0200 Add post about converting html r7rs-small into texinfo. Diffstat:
A | posts/2024-01-27-converting-r7rs-small-html-output-to-texinfo.md | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/posts/2024-01-27-converting-r7rs-small-html-output-to-texinfo.md b/posts/2024-01-27-converting-r7rs-small-html-output-to-texinfo.md @@ -0,0 +1,16 @@ +title: Converting R7RS-small HTML output to Texinfo. +date: 2024-01-27 20:37 +tags: lisp, r7rs, rnrs, scheme, texinfo +--- + +I am converting the [HTML output][r7rs-small-html] of +[R7RS-small][r7rs-small] into [Texinfo][texinfo]. It is currently on +<https://codeberg.org/kakafarm/guile/src/branch/work-in-progress-texinfo-r7rs-small/doc/r7rs-small/r7rs-small.texinfo>. +[Cargoculting][cargocult] from the previous [R5RS Texinfo source +file][r5rs] that lives in the neighbouring directory. + +[r7rs-small-html]: https://standards.scheme.org/corrected-r7rs/r7rs.html +[r7rs-small]: https://small.r7rs.org/ +[texinfo]: https://www.gnu.org/software/texinfo/ +[cargocult]: https://en.wikipedia.org/wiki/Cargo_cult_programming +[r5rs]: https://codeberg.org/kakafarm/guile/src/branch/work-in-progress-texinfo-r7rs-small/doc/r5rs/r5rs.texi