kawa scheme

Per Bothner 46a7718632 * LispLanguage.java (getPrimaryPrompt): Simplify prompt. %!s(int64=5) %!d(string=hai) anos
bin aff611e022 * TtyInPort.java: Change prompt on DomTerm. %!s(int64=6) %!d(string=hai) anos
debian bccd314923 %!s(int64=27) %!d(string=hai) anos
doc e5b4a4bc98 One minor doc update and 2 typos. %!s(int64=5) %!d(string=hai) anos
gnu 46a7718632 * LispLanguage.java (getPrimaryPrompt): Simplify prompt. %!s(int64=5) %!d(string=hai) anos
kawa f1d8b106d5 Fix deault type of #!rest argument to be possibly-mutable list. %!s(int64=5) %!d(string=hai) anos
nbproject cfc5c3bdc8 Modify project name. %!s(int64=9) %!d(string=hai) anos
testsuite f1d8b106d5 Fix deault type of #!rest argument to be possibly-mutable list. %!s(int64=5) %!d(string=hai) anos
.cvignore 6c0fd26b22 *** empty log message *** %!s(int64=22) %!d(string=hai) anos
.cvsignore 14a5c4f497 Add autom4te.cache. %!s(int64=20) %!d(string=hai) anos
.gitignore 9f3c667f00 Convert doc/kashell.md to kashell.texi. %!s(int64=6) %!d(string=hai) anos
.gitlab-ci.yml 56a9c39933 For gitlab CI: Package for 'find' is 'findutils'. %!s(int64=5) %!d(string=hai) anos
ANNOUNCE 31c004f729 Update. %!s(int64=27) %!d(string=hai) anos
AUTHORS 7f3031c5ee * kawa.texi (Acknowledgements): New section. %!s(int64=12) %!d(string=hai) anos
COPYING b78f7cb115 Sync branches/invoke with trunk -r8580:8731 %!s(int64=8) %!d(string=hai) anos
ChangeLog ef65418f52 * conigure.ac: Change missing Posix find from error to warning. %!s(int64=5) %!d(string=hai) anos
ChangeLog.invoke bb751ec607 * ApplyToArgs.java (apply1, apply2, apply3, apply4): New methods. %!s(int64=8) %!d(string=hai) anos
INSTALL 5fbf9d0ae3 %!s(int64=21) %!d(string=hai) anos
Make-rules 970c8a96b9 * configure.ac: Remove WITH_LIBTOOL macro and --with-libtool option. %!s(int64=10) %!d(string=hai) anos
Makefile.am 6f2fc405e7 Revert "Temporary debug hook for GitLab builds." %!s(int64=5) %!d(string=hai) anos
NEWS c7ab9bf689 %!s(int64=20) %!d(string=hai) anos
README.md a89c75ff2c * README.md: Convert to Markdown from README. %!s(int64=8) %!d(string=hai) anos
TODO f9e50d8e10 Minor updates in TODO. %!s(int64=7) %!d(string=hai) anos
aclocal.m4 b8a0d81b9f Remove (again?) generated aclocal.m4 from repository. %!s(int64=6) %!d(string=hai) anos
autogen.sh b6232776be * autogen.sh: Use autoreconf --install. %!s(int64=6) %!d(string=hai) anos
build.properties 868262b112 * bin/kawa.sh.in: Use KAWA_SHELL instead of SHELL variable. %!s(int64=10) %!d(string=hai) anos
build.xml 39797ea945 * configure.in (AC_INIT): Set version to 3.0. %!s(int64=7) %!d(string=hai) anos
classes-to-skip-for-runtime 674e66aa5e * standard/define_member_alias.java: Remove broken Syntax. %!s(int64=8) %!d(string=hai) anos
config.classpath 5fda8c8e7f Initial support for LSP (Language Server Proptocol). %!s(int64=6) %!d(string=hai) anos
configure.ac 3c2a8bb388 Fix typo in previous check-in. %!s(int64=5) %!d(string=hai) anos
jar-manifest f587c76313 %!s(int64=25) %!d(string=hai) anos
source-list b9bc667f80 Fix build for --without-lps4 case. %!s(int64=6) %!d(string=hai) anos

README.md

KAWA, THE JAVA-BASED SCHEME SYSTEM

Kawa is an implementation of the Scheme programming language. It is implemented in Java, and compiles Scheme into Java byte-codes.

The Kawa home page is: [http://www.gnu.org/software/kawa/] This explains how to build, install, and use Kawa. A copy of the documentation is in the doc directory.

See [http://www.gnu.org/software/kawa/news.html] for recent changes.

Kawa's copyright is in the file COPYING.

--Per Bothner

per@bothner.com