# Overview

| Course Code | CSCI-GA.2110-001   |
| ----------- | ------------------ |
| Professor   | Cory Plock         |
| Email       | <plock@cs.nyu.edu> |

## Useful links

* [RegEx Online Validation Tool](http://tool.chinaz.com/regex/) (Chinese)
* [Yet Another Scheme Tutorial](https://www.kancloud.cn/kancloud/yast-cn/64461) (Chinese)
* [Syntax in SML](http://rigaux.org/language-study/syntax-across-languages-per-language/SML.html): SML syntax fast loop-up book
* [SML Help](https://smlhelp.github.io/book/index.html): SML tutorial written by TAs at CMU.

## Grading

A midterm and a final. 4 homework assignments.

Weights:

| Item                     | Weight |
| ------------------------ | ------ |
| Midterm                  | 25%    |
| Final                    | 35%    |
| Homework assignments (4) | 40%    |


---

# 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://notes.dizy.cc/programming-languages/overview.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.
