Re: Proposal for SRFI 253: In-source documentation
Vladimir Nikishkin 25 May 2024 06:25 UTC
My question would be: why not use a homoiconic format rather than a
specific lexical syntax for it?
Say,
```
(define (foo . o)
(comment "frobnicates a list of o")
(map frobnicate o ))
```
On Sat, 25 May 2024 at 14:19, Antero Mejr <xxxxxx@antr.me> wrote:
>
> I would like to propose a SRFI for in-source documentation (AKA
> docstrings). The syntax is similar to #| multi-line comments. The
> repository is here:
> https://github.com/pre-srfi/in-source-documentation
>
> Thanks!
--
Yours sincerely, Vladimir Nikishkin
(Sent from GMail web interface.)