Texinfo in Guile Scheme docstrings?

2024-04-25 Thread Yuval Langer
nment, or maybe assist in navigating the documentation? Thank you, Yuval Langer. [1]: <https://codeberg.org/kakafarm/guile-srfi-189/>

Guile Scheme docstring style guide?

2024-04-25 Thread Yuval Langer
Hi, I am writing docstrings to guile-srfi-189 currently[1] and looking for good docstring style practices. Are there any guides for that? I couldn't find any. Thank you, Yuval Langer.

Working on guile-srfi-123.

2025-01-25 Thread Yuval Langer
Hello, I am working on a Guile library for SRFI-123. https://codeberg.org/kakafarm/guile-srfi-123/ or https://kaka.farm/~stagit/guile-srfi-123/ if codeberg is down. Currently I have removed the `cond-expand`s in the SRFI-123 example implementation in `./srfi/srfi-123.scm`. The example tests all