Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Portable Scheme Interpreter

You are here: irt.org | FOLDOC | Portable Scheme Interpreter

(PSI) A portable scheme interpreter by Ozan Yigit <oz@ursa.sis.yorku.ca>, David Keldsen and Pontus Hedman that includes a simple DAG compiler and a virtual machine. It can be used as an integrated extension interpreter in other systems and allows easy addition of new primitives. There are some unique debugging and tracing facilities. Acceptable performance results from a fairly straight-forward implementation. Continuations are fully and portably supported and perform well. PSI is based on the simple compilers and virtual machine in Kent Dbyvig's thesis.

The pre-release version conforms to R4RS with a number of useful extensions.

(1993-02-19)

Nearby terms: Portable Operating System Interface « Portable Pixmap « Portable Scheme Debugger « Portable Scheme Interpreter » Portable Standard Lisp » Portable Tool Interface » Port Address Translation

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb