Lambda the Ultimate

inactiveTopic Jscheme
started 1/24/2002; 5:49:06 AM - last post 1/25/2002; 1:46:49 PM
Ehud Lamm - Jscheme  blueArrow
1/24/2002; 5:49:06 AM (reads: 537, responses: 1)
Jscheme
(formerly SILK).

Jscheme is

  • a dialect of Scheme with a very simple interface to Java, called the Javadot notation.
  • a reference implementation for this dialect (implemented in Java, bootstrapped with Jscheme).

The webpage has a couple of examples. Another example.


Posted to general by Ehud Lamm on 1/24/02; 5:49:35 AM

Zach Garner - Re: Jscheme  blueArrow
1/25/2002; 1:46:49 PM (reads: 540, responses: 0)
Kawa ( http://www.gnu.org/software/kawa/ ) may interest those who find Jscheme interesting.

Kawa compiles scheme code into Java Byte Code, allowing you to access Java classes from Scheme, and write Java applications, applets and servlets in Scheme.