Loading...
Please wait, while we are loading the content...
Similar Documents
Pre-scheme: a scheme dialect for systems programming (1997).
| Content Provider | CiteSeerX |
|---|---|
| Author | Kelsey, Richard A. |
| Abstract | Pre-Scheme is a statically typed dialect of Scheme that gives the programmer the efficiency and lowlevel machine access of C while retaining many of the desirable features of Scheme. The PreScheme compiler makes use of type inference, partial evaluation and Scheme and Lisp compiler technology to compile the problematic features of Scheme, such as closures, into C code without significant run-time overhead. Use of such features in Pre-Scheme programs is restricted to those cases that can be compiled into efficient code. Type reconstruction is done using a modified Hindley/Milner algorithm that allows overloaded user-defined functions. All top-level forms in Pre-Scheme programs are evaluated at compile time, which gives the user additional control over the compiler's partial evaluation of a program. Pre-Scheme has been implemented and used to write a byte-code interpeter and associated support code for a complete Scheme implementation. 1 Introduction High-level programming languages, su... |
| File Format | |
| Publisher Date | 1997-01-01 |
| Access Restriction | Open |
| Subject Keyword | Scheme Dialect Pre-scheme Program Partial Evaluation Prescheme Compiler Lowlevel Machine Access User-defined Function Lisp Compiler Technology Introduction High-level Programming Language User Additional Control Significant Run-time Overhead Desirable Feature Type Reconstruction Compile Time Modified Hindley Milner Typed Dialect Complete Scheme Implementation Efficient Code Problematic Feature Byte-code Interpeter Associated Support Code Type Inference Top-level Form |
| Content Type | Text |