Hi!
Mark H Weaver skribis:
> FWIW, I agree with Andy that it would be good to support texinfo markup
> in docstrings. At present, the docstrings for procedures implemented in
> C are much nicer looking than the Scheme ones.
Hmm, they just look the same since they are already rendered.
> I've
l...@gnu.org (Ludovic Courtès) writes:
> Andy Wingo skribis:
>> Incidentally, it would be nice to start using texinfo in docstrings, and
>> use (texinfo serialize) to render them.
>
> That’d be ideal, but I wonder whether there are tools around that would
> end up displaying raw Texinfo, such as a
Hi!
Andy Wingo skribis:
> On Fri 11 Jan 2013 18:15, l...@gnu.org (Ludovic Courtès) writes:
>
>> "Andy Wingo" skribis:
>>
>>> +@deffn string->bytevector string encoding [#:conversion-strategy='error]
>>
>> An optional instead of keyword argument would look nicer, IMO.
>
> Nicer in the docs or ni
Hi!
On Fri 11 Jan 2013 18:15, l...@gnu.org (Ludovic Courtès) writes:
> "Andy Wingo" skribis:
>
>> +@deffn string->bytevector string encoding [#:conversion-strategy='error]
>
> An optional instead of keyword argument would look nicer, IMO.
Nicer in the docs or nicer to use? I'll change it anywa
"Andy Wingo" skribis:
> commit f05bb8494c9636cd7a44aaf7d4e08f4b66004b6e
> Author: Andy Wingo
> Date: Thu Jan 10 22:50:27 2013 +0100
>
> add bytevector->string and string->bytevector in new (ice-9 iconv) module
>
> * module/Makefile.am:
> * module/ice-9/iconv.scm: New module im