Some more progress
This commit is contained in:
		
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@@ -1,13 +1,11 @@
 | 
			
		||||
# hello
 | 
			
		||||
# SICP
 | 
			
		||||
 | 
			
		||||
This repository is where I keep my solutions to the problems in SICP
 | 
			
		||||
This repository is where I keep my solutions to the problems in SICP.
 | 
			
		||||
 | 
			
		||||
I'm currently working through the book and wanted to keep track of my progress somewhere.
 | 
			
		||||
Note: I won't be solving ***ALL*** problems. I just solve *most*, I will probably ignore
 | 
			
		||||
those that seem like they would take too long (or ones that require several PhD's to solve).
 | 
			
		||||
 | 
			
		||||
Note: these are all racket files, I am also learning racket at the same time (and using
 | 
			
		||||
DrRacket) so beware of that. I will mostly try to stick to racket, but there may be 
 | 
			
		||||
times where I switch to `#lang r5rs` or `#lang sicp` for compatability with the book.
 | 
			
		||||
 | 
			
		||||
Also, I will put related-seeming or close-together problems in the same file.
 | 
			
		||||
Note that some of the solutions were done in racket. I started with racket, but eventually
 | 
			
		||||
I switched to common lisp. Right now I'm using Emacs with SLIME, and will hopefully be
 | 
			
		||||
continuing with that for the rest of the book.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user