Let's agree that serif fonts do not always carry boring stuff. And have a taste of it:
Programming languages should be designed not by piling feature on top of feature, but by removing the weaknesses and restrictions that make additional features appear necessary. — Revised 7 Report on the Algorithmic Language Scheme, Introduction.
Otherwise said, Scheme offers a minimalist core of powerful primitives upon which one can build abstractions to solve (real world) problems.
The Scheme universe is vast and prolific. As programming languages, Scheme dialects target various niches and implement various paradigms. Some of them are part of the de facto standards (namely RnRS and SRFIs).
The best-known paradigm of agreed-upon practices revolve around Functional Programming.
Scheme might be a dynamically typed language, but it can compete with its scions and siblings when performance matters.
Few programming languages can compete with Scheme when it comes to computer science whether it is Programming Language Theory, or Artificial Intelligence.
That being said, Scheme implementations might be missing some love. That's a good opportunity for you to learn something useful and give something back.
Or, like others, to make it your secret sauce.
(scheme base)
R7RS-small(scheme bitwise)
(scheme box)
(scheme bytevector)
(scheme case-lambda)
R7RS-small(scheme char)
R7RS-small(scheme charset)
(scheme comparator)
(scheme complex)
R7RS-small(scheme cxr)
R7RS-small(scheme division)
(scheme ephemeron)
(scheme eval)
R7RS-small(scheme file)
R7RS-small(scheme fixnum)
(scheme flonum)
(scheme generator)
(scheme hash-table)
(scheme idque)
(scheme ilist)
(scheme inexact)
R7RS-small(scheme lazy)
R7RS-small(scheme list)
(scheme list-queue)
(scheme load)
R7RS-small(scheme lseq)
(scheme mapping)
(scheme mapping-hash)
(scheme process-context)
R7RS-small(scheme r5rs)
R7RS-small(scheme read)
R7RS-small(scheme regex)
(scheme repl)
R7RS-small(scheme rlist)
(scheme set)
(scheme show)
(scheme sort)
(scheme stream)
(scheme text)
(scheme time)
R7RS-small(scheme vector)
(scheme write)
R7RS-smallYou can find the source over the rainbow. There is available a single markdown file, and a single html file and a pdf;
Except otherwise noted, this documentation is licensed under the SRFI license:
Copyright (C) Amirouche Amazigh BOUBEKKI, and contributors (2021-2023).
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.