blob: b168aa575b4b6ad29b2b5a042a5edc8062d370c8 (
plain)
1
2
3
4
5
6
|
<h4 class="subsection">Byte-Code Function Type</h4> <p><em>Byte-code function objects</em> are produced by byte-compiling Lisp code (see <a href="byte-compilation">Byte Compilation</a>). Internally, a byte-code function object is much like a vector; however, the evaluator handles this data type specially when it appears in a function call. See <a href="byte_002dcode-objects">Byte-Code Objects</a>. </p> <p>The printed representation and read syntax for a byte-code function object is like that for a vector, with an additional ‘<samp>#</samp>’ before the opening ‘<samp>[</samp>’. </p><div class="_attribution">
<p class="_attribution-p">
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
<a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte_002dCode-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte_002dCode-Type.html</a>
</p>
</div>
|