From ff057dab55f7b907f1eaf4f2fa2a1bc8f194f74d Mon Sep 17 00:00:00 2001 From: Emin Arslan Date: Thu, 2 Jan 2025 17:57:03 +0300 Subject: [PATCH] Added a readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1aafd1a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# hello + +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. \ No newline at end of file