https://github.com/Halbmond/Structure-and-Interpretation-of-Computer-Programs
Shortest Racket Code Collection
https://github.com/Halbmond/Structure-and-Interpretation-of-Computer-Programs
amb interpretation interpreter interpreters racket racket-documentation sicp sicp-answers sicp-book sicp-exercises sicp-solutions
Last synced: 8 months ago
JSON representation
Shortest Racket Code Collection
- Host: GitHub
- URL: https://github.com/Halbmond/Structure-and-Interpretation-of-Computer-Programs
- Owner: Halbmond
- Created: 2017-06-12T15:06:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T06:57:43.000Z (over 8 years ago)
- Last Synced: 2024-11-09T23:36:22.526Z (about 1 year ago)
- Topics: amb, interpretation, interpreter, interpreters, racket, racket-documentation, sicp, sicp-answers, sicp-book, sicp-exercises, sicp-solutions
- Language: Scheme
- Homepage: https://slides.com/colrko/shortest-racket-code-collection/
- Size: 9.4 MB
- Stars: 17
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Structure and Interpretation of Computer Programs
Spring 2017
Department of Computer Science and Technology
Peking University
------
## Course Info
* **Time:** Thursday, 6:40 PM - 9.30 PM
* **Instructor:** Guo Wei
* **Site:** [lisp.test.openjudge.org](http://lisp.test.openjudge.org)
## Grading
* **Final Exam** 50%
* Racket Documentation is available in `Racket\doc\index.html`
* **Assignment** 35%~40%
* **Quiz** 10%~15%
* Check _Battery Remaining_ of your laptop before each class
* **Presentation:** _Extra score_ could be earned via Presentation
* Share you excellent solution to assignment or quiz
* Share your findings about racket that haven't been introduced in class
## Useful Resources
* [MIT SICP](https://mitpress.mit.edu/sicp/)
* [Racket Documentation](https://racket-lang.org)
* [Learn Racket in Y minutes](https://learnxinyminutes.com/docs/racket/)
* [My Presentation: Shortest Racket Code Collection](https://slides.com/colrko/shortest-racket-code-collection/)