Skip to content

Commit

Permalink
README++ (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Jan 19, 2022
1 parent cf2d566 commit b205b44
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
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.
Binary file added lisp-bunny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ check: ## Run tests
./local/bin/scheme-live $(IMPLEMENTATION) check $(PWD)

test: check ## Run checks

dodoc:
pandoc --metadata title="Scheme Live!" README.md -s -o index.html

0 comments on commit b205b44

Please sign in to comment.