branch: elpa/geiser-kawa commit b95e1910925ac70fd91a61565d702f61de958a8c Author: spellcard199 <spellcard...@protonmail.com> Commit: spellcard199 <spellcard...@protonmail.com>
README - Add small recap table about difference from geiser-kawa-scheme --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 3e9a5f7..554e682 100644 --- a/README.org +++ b/README.org @@ -13,3 +13,10 @@ Work in progress. - The Kawa side of geiser-kawa-java uses [[https://gitlab.com/spellcard199/kawa-geiser][kawa-geiser]], which is written using Kawa's Java API. - The Kawa side of geiser-kawa-scheme is written directly in Kawa Scheme. - I'm going to add more features to geiser-kawa-java but I probably won't port them to geiser-kawa-scheme. + +geiser-kawa-java VS geiser-kawa-scheme - recap table: + +| | geiser-kawa-java | geiser-kawa-scheme | +|--------------------------------+------------------+--------------------| +| Kawa side written with | Kawa's Java API | Kawa Scheme | +| I'm going to add more features | Probably yes | Probably not |