Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Pre-Scheme: a Scheme for low-level programming (prescheme.org)
50 points by so-cal-schemer 21 days ago | hide | past | favorite | 1 comment


Pre-Scheme is a statically typed dialect of the Scheme programming language, combining the flexibility of Scheme with the efficiency and low-level machine access of C. The compiler uses type inference, partial evaluation, and other correctness-preserving transformations to compile a subset of Scheme into C with no additional runtime overhead. This makes Pre-Scheme a viable alternative to C for programming virtual machines, operating systems, and embedded systems where the runtime overhead of a complete Scheme implementation is not desirable.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: