articles/scheme.md: add resources

This commit is contained in:
tocariimaa 2025-02-12 02:11:11 -03:00
parent 93a99e16c4
commit fdf0c84ce5

View file

@ -40,3 +40,10 @@ Since Scheme (specially the R5RS standard) is simple, there are multiple impleme
(newline))
ns))
```
## Resources
- CHICKEN Scheme tutorials (of course most also applies to other implementations): <https://wiki.call-cc.org/tutorials>
- [R5RS document](https://conservatory.scheme.org/schemers/Documents/Standards/R5RS/)
- [Official Scheme site](https://www.scheme.org/)
- A incomplete tutorial in wikibooks: <https://en.wikibooks.org/wiki/Scheme_Programming>
- <https://try.scheme.org/>.