Available as usual at: http://www.impredicative.com/ur/ CHANGELOG for this release: - Reimplemented client-side code generation to use an interpreter, rather than compilation to JavaScript; this avoids common browser flaws: lack of optimization of tail calls and occasional bugs in closure handling. - Bug fixes