mirror of
https://github.com/false-schemers/skint.git
synced 2024-12-25 21:58:54 +01:00
Update README.md
This commit is contained in:
parent
8258846ec3
commit
7534ca38a8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Cheap and fast R7RS Scheme Interpreter
|
||||
|
||||
SKINT is a portable interpreter for the R7RS Scheme programming language.
|
||||
It can be built from five C source files with a single command. There is no distributives or packages;
|
||||
It can be built from five C source files (10K lines of code) with a single command. There is no distributives or packages;
|
||||
just compile the source files with your favorite C compiler, link them with the standard C runtime libraries,
|
||||
and you're done. For some platforms, precompiled binaries are available (please see [releases](https://github.com/false-schemers/skint/releases)).
|
||||
|
||||
|
|
Loading…
Reference in a new issue