This repo is a fork of https://notabug.org/flatwhatson/guile-prescheme It converts the upstream project into a guix channel.
This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-07-17 02:13:29 +10:00
language/prescheme Fix language definition for REPL support 2022-07-17 02:13:08 +10:00
prescheme Fix missing i/o routines 2022-07-17 02:13:29 +10:00
.dir-locals.el Initial work on guile-prescheme port 2022-07-16 07:36:02 +10:00
.envrc Initial work on guile-prescheme port 2022-07-16 07:36:02 +10:00
COPYING Stub README and COPYING 2022-07-16 21:17:06 +10:00
README Stub README and COPYING 2022-07-16 21:17:06 +10:00
README.org Make README good english 2022-07-17 00:22:55 +10:00

Pre-Scheme for Guile

This project is a work-in-progress port of the Pre-Scheme compiler from Scheme 48 to Guile. Pre-Scheme is a statically typed dialect of Scheme which offers the efficiency and low-level machine access of C while retaining many of the desirable features of Scheme.