Lambda the Ultimate

inactiveTopic Interpreter Construction Framework
started 4/12/2001; 4:10:43 AM - last post 4/12/2001; 4:10:43 AM
Ehud Lamm - Interpreter Construction Framework  blueArrow
4/12/2001; 4:10:43 AM (reads: 377, responses: 0)
Interpreter Construction Framework
(via comp.compilers)

ULC is a system to build interpreters for languages that adhere to a uniform principle for composition of operations, where operations may be like usual statements or (stack allocated) objects possibly of higher order. Expressions can be used as scripts.

Possibly overloaded, binary infix operators are supported. The languages are all statically typed and allows parametric polymorphism

ULC should be for interpreted computations what XML should be for data, i.e. ULC is not an interpreted language, but a system for building interpreters.


Posted to general by Ehud Lamm on 4/12/01; 4:11:01 AM