Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Scheme !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Scheme !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
▐ A curated list of really awesome Scheme materials, tools and resources.
@@ -24,8 +24,8 @@
Books
- Structure and Interpretation of Computer Programs 2ed (https://mitpress.mit.edu/sites/default/files/6515.pdf) - A prime example of a masterpiece. A great intro to Computer science and a really good practice 
for learning Scheme. Highly recommended.
- Structure and Interpretation of Computer Programs 2ed (https://mitpress.mit.edu/sites/default/files/6515.pdf) - A prime example of a masterpiece. A great intro to Computer science and a really good practice for learning Scheme. Highly
recommended.
- An Introduction to Scheme and its Implementation (https://link.zhihu.com/?target=ftp://ftp.cs.utexas.edu/pub/garbage/cs345/schintro-v14/schintro_toc.html) - Learn and use Scheme. Great Resource.
- The Scheme Programming Language 4ed (http://www.scheme.com/tspl4/) - Prime reference book.
@@ -33,8 +33,8 @@
Videos
- Structure and Interpretation of Computer Programs (https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/) -
Twenty video lectures by Hal Abelson and Gerald Jay Sussman are a complete presentation of the course of Structure and Interpretation of Computer Programs. Must see.
- Structure and Interpretation of Computer Programs (https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/) - Twenty video lectures by
Hal Abelson and Gerald Jay Sussman are a complete presentation of the course of Structure and Interpretation of Computer Programs. Must see.
Websites
- Schemers (http://www.schemers.org/) - The improper list of Scheme resources. A prime reference site.
@@ -47,8 +47,8 @@
Implementations
- Racket Lang (https://racket-lang.org/) - The most confortable enviroment to start working with Scheme. It offers great documentation and an awesome IDE. Highly Recommended.
- Chez Scheme (https://www.scheme.com/) - The world's fastest and most reliable implementation of Scheme, originally developed by Kent Dybvig, bought and open-sourced by Cisco. It has built Racket's compiler+JIT
& GC too, by project Racket-on-Chez.
- Chez Scheme (https://www.scheme.com/) - The world's fastest and most reliable implementation of Scheme, originally developed by Kent Dybvig, bought and open-sourced by Cisco. It has built Racket's compiler+JIT & GC too, by project 
Racket-on-Chez.
- Chicken Scheme (https://www.call-cc.org/) - Portable Scheme Compiler that works well. Has nice documentation and active support.
- Gambit Scheme (http://gambitscheme.org/wiki/index.php/Main_Page) - Another complete, portable, efficient and reliable implementation.
- Schibi Scheme (http://synthcode.com/wiki/chibi-scheme) - Minimal Scheme Implementation for use as an Extension Language.