Doing some SICP exercices ...
Working through Structure and Interpretation of Computer Programs.
This repo is now being simultaneously posted to GitLab and GitHub.
Occasionally jotting down my thoughts about the material.
Using vim, when i get stuck i go to DrRacket.
I have a question though, how do i tell the racket
executable that i want a specific extension of some language ??
IE how to translate #lang scheme
to the racket executable ?
There are couple of things i should note (as of 2019-04-12)
- I will redo some exercises that are more on the challenging side, because i want the full experience TM.
- I will list them soon.
Here are :
This one particularly spooked me, dunno if it was warranted or not
There are still a number of individual exercises that i will record for posterior practice.
Particularly, i will probably revisit the exercise i skipped at some point.
Also note that there are a bunch of folders that start with 2-80…
Those are when i was frustrated with the use of a mutable data structure so i rolled my own immutable version.
I then started doing all the other exercises i skipped.