ANNOUNCE 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. To: java@relog.ch
  2. To: linux-announce@news.ornl.gov
  3. Subject: Kawa 1.6.1 Scheme compiler and runtime in Java
  4. --------
  5. URL
  6. http://www.cygnus.com/~bothner/kawa.html (Information)
  7. ftp://ftp.cygnus.com/pub/bothner/kawa-current.tar.gz (Code)
  8. ftp://ftp.cygnus.com/pub/bothner/kawa-current-compiled.zip (Application)
  9. ftp://ftp.cygnus.com/pub/bothner/kawa_1.6.1_all.deb (Debian package)
  10. DESCRIPTION
  11. Kawa (pronounced kava) is a Scheme evaluator written completely in Java.
  12. Scheme procedures are compiled into Java bytecodes for efficiency.
  13. This is a fairly complete implementation of Scheme, with many useful
  14. extensions, but general tail-call-elimination and continuations
  15. are not supported yet.
  16. The release includes a number of useful classes, including
  17. a package that makes it easy to create .class files, and
  18. powerful Number classes.
  19. The full sources and documentation is available by anonymous ftp
  20. from ftp.cygnus.com, in pub/bothner/kawa-current.tar.gz.
  21. The pre-compiled .class files (only) are in the same directory
  22. in kawa-current-compiled.tar.gz.
  23. VERSION
  24. Kawa 1.6.1.
  25. CHANGES
  26. There have been many changes since the last public release.
  27. Major ones include access to Java fields and arrays; exception
  28. handling (low-level try-catch as well as Guile's catch/throw);
  29. internationalized ports with a programmable promt and transcript;
  30. ability to compile a stand-alone Scheme application; various
  31. optimizations; numerous new procedures; and a better home page,
  32. including javadoc internals documentation and a mail archive.
  33. See http://www.cygnus.com/~bothner/kawa/News.txt.
  34. There is now a .deb package file for easy installation on Debian
  35. GNU/Linux systems.
  36. PRICE
  37. Free for commercial and non-commercial use.
  38. --Per Bothner
  39. Cygnus Solutions bothner@cygnus.com http://www.cygnus.com/~bothner