# README

> My homework for Structure and Interpretation of Computer Programs

## Why

What I cannot create, I don't understand.

> My homework for Structure and Interpretation of Computer Programs

## Why

What I cannot create, I don't understand.

## Read the book online

* [PDF](http://web.mit.edu/alexmv/6.037/sicp.pdf)
* reference <https://www.yuque.com/ruanyf/books/csk76x> for more formats

## Wechat group

You can add my wechat and I'll let you in.

![wechat qr code](https://939820057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPZDd4Svh-8xe863C2S%2Fuploads%2Fgit-blob-fdaf4bc8d49eaac82f4aeaeec7f70a27bf7940d9%2Fwechat.jpeg?alt=media)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sicp.inversify.cloud/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
