Introduction to Scheme
Scheme Tutorial, that teaches you basics of Scheme Programming Language. This tutorial explains all the features of Scheme and it's not specific to LIPS Scheme. It mostly describes R7RS standard of Scheme.
📄️ What is Lisp and Scheme?
What is Lisp and what is Scheme and a bit of history
📄️ Data Types
All different data types you can have in Scheme
📄️ Core of Scheme
Main article that shows most of the features of Scheme
📄️ Input and Output
How to read/write files and how to interact with stdin/stdout
📄️ Macros
Macros are the most powerful feature of Lisp and Scheme
📄️ Streams
Feature of scheme that allow to create lazy lists
📄️ Continuations
Powerful feature of Scheme that allow to add new control flows
📄️ What Next?
Few resources how to learn more about Scheme