Update README.md

This commit is contained in:
dermagen 2024-07-29 01:05:32 -04:00 committed by GitHub
parent 8258846ec3
commit 7534ca38a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)).