# 2.4 编程类型

Emacs Lisp 中有两大类型: 一大类型用于 Lisp 编程, 另一大类用于 文本编辑. 前者再大多数的 类Lisp 语言中都有, 而后一类是 Emcas Lisp 独有的.

译者注：

这里的两大类型是从功能上分的类型，而不是语言内部的类型，直接理解为两大类即可：一类用于Lisp语言编写通用程序，另一类用于方便Emacs Lisp实现Emacs功能。


---

# 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://emacs-lisp.ivory.cafe/lisp-shu-ju-lei-xing/bian-cheng-lei-xing.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.
