branch: elpa/geiser-kawa commit f0f5441b1490acd0eebab2bdc117dec0af6398be Author: spellcard199 <spellcard...@protonmail.com> Commit: spellcard199 <spellcard...@protonmail.com>
README.org - Add mention about difference from geiser-kawa-scheme --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 5d2f7d3..3e9a5f7 100644 --- a/README.org +++ b/README.org @@ -1,3 +1,4 @@ +#+STARTUP: content * geiser-kawa-java ** Project description @@ -6,3 +7,9 @@ geiser-kawa-java is the emacs side of a geiser-kawa implementation that uses [[h ** Project status Work in progress. + +** Difference from [[https://gitlab.com/spellcard199/geiser-kawa-scheme][geiser-kawa-scheme]] + +- 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.