Pre-Scheme: A Scheme Dialect for Systems Programming (1997) [7 citations — 0 self]
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...
Citations
| 1415 | The Definition of Standard ML – Milner, Tofte, et al. - 1990 |
| 574 | Compiling with Continuations – Appel - 1992 |
| 271 | Bulldog: A Compiler for VLIW Architectures – Ellis - 1985 |
| 191 | Orbit: An optimizing compiler for Scheme – Kranz, Kelsey, et al. - 1986 |
| 90 | Type inference with simple subtypes – Mitchell - 1991 |
| 75 | Using and porting – Stallman - 1995 |
| 71 | Report on the programming language Haskell – Hudak, Wadler - 1991 |
| 69 | Realistic compilation by program transformation – Kelsey, Hudak - 1989 |
| 62 | Scheme->c: A portable Scheme-to-C compiler – Bartlett - 1989 |
| 54 | A tractable Scheme implementation – Kelsey, Rees - 1995 |
| 49 | No assembly required: Compiling Standard ML to C – Tarditi, Acharya, et al. - 1990 |
| 16 | The VLISP verified PreScheme compiler – Oliva, Ramsdell, et al. - 1995 |
| 6 | A guide to vlisp, a verified programming language implementation – Guttman, Monk, et al. - 1992 |
| 2 | Tachyon common lisp: An efficient and portable implementation of cltl2 – Nagasaka, Shintani, et al. - 1992 |

