Re: Scheme guides kicked off
Duy Nguyen 09 Feb 2020 00:41 UTC
On Sat, Feb 8, 2020 at 11:07 PM Lassi Kortela <xxxxxx@lassi.io> wrote:
>
> I wrote a bunch of drafts at <https://github.com/schemedoc/guides>. Feel
> free to add and improve anything. There may be mistakes.
This is nice. A couple of notes:
macros.adoc: Gauce supports define-macro too [1]
text.md:
perhaps srfi-152 should be mentioned with 13 and 130.
We could have an alternative "reading from strings" example that uses
cursors, most underlying procedures are O(1) then
Also since srfi-135 will be in r7rs-large, maybe worth mentioning
because it allows O(1) on most everything.
I don't know if we could have a document cover ffi basics for
different schemes? I know they are all different, but having used some
I think the way they approach ffi is similar (and hopefully we could
standardize the common parts)
[1] https://practical-scheme.net/gauche/man/gauche-refe/Traditional-macros.html#Traditional-macros
--
Duy