Lambda the Ultimate

inactiveTopic SILK - A Playful Blend of Scheme and Java
started 2/9/2001; 3:55:55 AM - last post 2/9/2001; 3:55:55 AM
Ehud Lamm - SILK - A Playful Blend of Scheme and Java  blueArrow
2/9/2001; 3:55:55 AM (reads: 1749, responses: 0)
SILK - A Playful Blend of Scheme and Java
SILK (Scheme in about 50 K) is a compact Scheme implementation in Java. SILK is a dialect of Scheme (it only partially implements continuations; strings are immutable; it adopts the Java conventions for the syntax and semantics of numbers).

SILK is intended as a scripting language for Java.

This paper gives an in depth look into the design of SILK.
Posted to fun by Ehud Lamm on 2/9/01; 3:58:01 AM