-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Scheme Live | ||
# Scheme Live! | ||
|
||
- Move fast. (Be a complement to SRFI and RnRS which move slower.) | ||
![A bunny in front of a computer coding LISP](https://raw.githubusercontent.com/scheme-live/live/hello-schemer/lisp-bunny.png) | ||
|
||
- Make one collection of libraries that work cohesively together. | ||
- Be a complement to [SRFI](https://srfi.schemers.org/), | ||
[R7RS](https://r7rs.org), and work together following the [goals set | ||
by the steering commitee, and R7RS-large working group | ||
charter](http://scheme-reports.org/2010/working-group-2-charter.html) | ||
|
||
- Make one complete library for each job instead of several incomplete | ||
libraries. When we can't agree, resolve the the debate by talking | ||
instead of forking code. | ||
- Release yearly stable versions:next, and first stable release | ||
planned in 2023; | ||
|
||
- Prefer interfaces that are portable to different Scheme standards, | ||
Scheme implementations, and operating systems. Porting is done by | ||
whoever has time to do it. | ||
- Aim for portability across Scheme standards, Scheme implementations, | ||
and operating systems; | ||
|
||
- All libraries are collectively owned. In the unstable version, all | ||
libraries are subject to change. | ||
- Libraries are collectively owned; | ||
|
||
- Release a stable version of our collection periodically. | ||
- Resolve debates by talking; | ||
|
||
- Libraries inside `unstable` are always subject to change; | ||
|
||
- Work with RnRS, SRFI, and other library authors to share interfaces | ||
and implementations whenever possible. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters