Quest 3: The Deepest Fit
- Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
- You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL
Link to participate: https://everybody.codes/
Also, don’t wait for me to make these posts, feel free to post yourself :)


Scheme/Guile
Guile doesn’t seem to come with a bag implementation :(. Not a big deal, a linear scan works about as well.
I’m so far behind on these, but it’s rare that I see a lanugage I’ve never heard before. I’ve heard of scheme. How did you come to using this language for the challenges?
I wanted to learn scheme and perhaps work through SICP. Guille seemed like a reasonable scheme to choose because I’ve also been considering learning Guix. Guix is a package manager similar to Nix, and it uses Guille as its configuration language.