Email list hosting service & mailing list manager

We need a Pandoc implementation in Scheme Lassi Kortela (12 Jun 2021 07:24 UTC)
Re: We need a Pandoc implementation in Scheme Amirouche Boubekki (21 Jun 2021 12:19 UTC)
Re: We need a Pandoc implementation in Scheme Lassi Kortela (28 Jun 2021 19:29 UTC)
Re: We need a Pandoc implementation in Scheme Duy Nguyen (29 Jun 2021 03:43 UTC)
Re: We need a Pandoc implementation in Scheme Arthur A. Gleckler (29 Jun 2021 04:36 UTC)
Re: We need a Pandoc implementation in Scheme Lassi Kortela (29 Jun 2021 09:18 UTC)

We need a Pandoc implementation in Scheme Lassi Kortela 12 Jun 2021 07:24 UTC

A number of goals are converging on the general requirement that we need
a modular Pandoc (https://en.wikipedia.org/wiki/Pandoc) clone written in
portable Scheme. I've tried to avoid it, but it's time to swallow down
the medicine.

I'll work on it piecemeal here and there; help is welcome. It should
probably work by using SXML (http://okmij.org/ftp/Scheme/SXML.html) as
the internal representation, and convert Markdown/Texinfo/etc. to SXML
and back.