> For the complete documentation index, see [llms.txt](https://emacs-lisp.ivory.cafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emacs-lisp.ivory.cafe/lisp-shu-ju-lei-xing/bian-cheng-lei-xing/2.4.16-zi-jie-ma-lei-xing.md).

# 2.4.16 字节码类型

字节码函数对象（Byte-code function object）由Lisp编译生成（详情查阅字节编译章节）。内部实现来说，字节码函数和向量很像。详细查阅 字节码对象。

字节码函数对象的打印表示和读取语法和向量比较像，但是在 "#" 前有一个 "\[" 。
