control 719 B

123456789101112131415161718192021
  1. Source: kawa
  2. Section: interpreters
  3. Priority: extra
  4. Maintainer: Per Bothner <bothner@Cygnus.COM>
  5. Standards-Version: 2.1.2.2
  6. Package: kawa
  7. Architecture: all
  8. Recommends: jdk1.1-runtime
  9. Description: Implementation of Scheme on Java VM
  10. Kawa (pronounced kava) is a Scheme interpreter written completely in Java.
  11. Scheme procedures are compiled into Java bytecodes for efficiency.
  12. .
  13. Scheme is a high-level non-pure functional language in the Lisp family,
  14. with lexical scoping dynamically-types.
  15. The Kawa dialect of Scheme contains hooks to access and control Java objects.
  16. .
  17. The release includes a number of useful classes, including
  18. a package that makes it easy to create .class files, and
  19. powerful Number classes.