Skip to content

jnschaeffer/scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scheme - An implementation of scheme

From Wikipedia: "Scheme is a functional programming language and one of the two main dialects of the programming language Lisp."

This is an incomplete implementation of R5RS Scheme. Some things may be broken or poorly documented.

Installation

go generate ./lang && go install ./cmd/scheme

Usage

Running scheme will launch a REPL. File and stdin program execution are in progress.

Releases

No releases published

Packages

No packages published