Kawa_(Scheme_implementation)

Kawa (Scheme implementation)

Kawa (Scheme implementation)

Add article description


Kawa is a language framework written in the programming language Java that implements the programming language Scheme, a dialect of Lisp, and can be used to implement other languages to run on the Java virtual machine (JVM). It is a part of the GNU Project.

Quick Facts Family, Designed by ...

The name Kawa comes from the Polish word for coffee; a play on words, since Java is another familiar name for coffee.

Kawa is notable as one of the few programming languages with support for units of measure in the form of quantities.

Integration with Java

Besides using the language Scheme, Java object fields and methods can be accessed using code such as: (invoke object 'method argument ...). This will invoke a Java method, and does the same thing as object.method(argument, ...) in Java. An object's fields can be accessed with: object:field-name or (invoke object 'field-name). Static (class) methods can be invoked with the function invoke-static. Kawa can be extended with Java code (by creating scheme functions in Java), and combined with other JVM implementations.

See also


References

  1. "Change log". Retrieved 2022-04-04.
  2. "Kawa: News – Recent Changes". gnu.org. Retrieved 2020-02-14.
More information LISP 1, 1.5, LISP 2(abandoned), Maclisp ...

Share this article:

This article uses material from the Wikipedia article Kawa_(Scheme_implementation), and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.