Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashnuke/htdp-solutions
My solutions to the exercises in the book "How To Design Programs"
https://github.com/hashnuke/htdp-solutions
Last synced: 24 days ago
JSON representation
My solutions to the exercises in the book "How To Design Programs"
- Host: GitHub
- URL: https://github.com/hashnuke/htdp-solutions
- Owner: HashNuke
- Created: 2011-04-15T13:18:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-16T16:53:59.000Z (over 13 years ago)
- Last Synced: 2024-10-04T21:34:36.158Z (about 1 month ago)
- Language: Scheme
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solutions to the exercises in _How to Design Programs_
=======================================================These are entirely written by me, so don't cry if they don't sound good to you. Fork it and fix it or leave it.
You can always write programs with shorter variable names (like how most Lisp code I've seen has been written) and reduce the number of definitions. But I've stuck to my style of using clear variable names and introduced procedures whereever possible.
The style in these solutions are mostly written from a perspective of a scheme beginner. So the programs in the earlier exercises may sound bad if you learn some extra syntactic sugar in the current exercise.
__The first couple lines in each file are metadata added by DrRacket. I'm using the language pack for *How to Design Programs* which is available from the Language options menu.__