Commit Graph

8 Commits

Author SHA1 Message Date
Lassi Kortela 3fa52ef6e4 Rewrite as R7RS libraries, try to revive Gauche support 2021-09-10 16:13:36 +03:00
Lassi Kortela 8b79ac1c69 Drop redundant `maintainer` line 2021-09-10 12:44:40 +03:00
Lassi Kortela cb2f938dff Add missing r7rs dependency 2021-09-06 21:30:45 +03:00
Lassi Kortela 1be0d5f82f Redesign the API for version 0.2 2021-09-05 12:50:52 +03:00
Lassi Kortela a1d604d1fc Add (pandoc tar) library
Calls a https://github.com/lassik/pandoc-tar subprocess to do batch
conversions.
2021-09-04 12:52:18 +03:00
Lassi Kortela bfb9974aa9 Use CJSON to read JSON
Profiling shows that most time is spent in:

- medea#read-json
- chicken.port#with-input-from-string

Use the cjson egg to read JSON to go a lot faster.

Note that we still write JSON using medea; that's not slow.

Thanks to wasamasa and sjamaan on #chicken for profiling tips.
2021-09-01 15:31:49 +03:00
Lassi Kortela c0ad41ca0d Add (pandoc server) library 2021-09-01 12:18:39 +03:00
Lassi Kortela 745dc5c91c Add Chicken egg information 2021-08-25 00:09:50 +03:00