articles/scheme.md: add resources
This commit is contained in:
parent
93a99e16c4
commit
fdf0c84ce5
1 changed files with 7 additions and 0 deletions
|
@ -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/>.
|
||||
|
|
Loading…
Add table
Reference in a new issue