Ported libraries

In this world, there are a lot of useful Scheme programs including SRFIs. It is better if you can use it, instead of writing the same functionality from scrach. For this purpose, I have ported some libraries which I though useful.

In this section, I describe these libraries. However most of the documentations are from its manual or comments. I hava just derived from their source, manuals, or documents.

  1. (match) -- Pattern matching
  2. (text parse) - Parsing input stream
  3. (text sxml ssax) - Functional XML parser
  4. (text sxml sxpath) - Functional XML parser
  5. (packrat) -- Packrat parser library
  6. (json) -- JSON parser library