Next: Quoting, Previous: Intro Eval, Up: Evaluation [Contents][Index]
ɾ²Á¤¹¤ë¤³¤È¤ò°Õ¿Þ¤·¤¿Lisp¥ª¥Ö¥¸¥§¥¯¥È¤ò¥Õ¥©¡¼¥à¡Êform¡Ë¤È¸Æ¤Ó¤Þ¤¹¡£ Emacs¤¬¤É¤Î¤è¤¦¤Ë¥Õ¥©¡¼¥à¤òɾ²Á¤¹¤ë¤«¤Ï¡¢¤½¤Î¥Ç¡¼¥¿·¿¤Ë°Í¸¤·¤Þ¤¹¡£ Emacs¤Ë¤Ï¡¢É¾²ÁÊýË¡¤¬°Û¤Ê¤ë3¼ïÎà¤Î¥Õ¥©¡¼¥à¤¬¤¢¤ê¤Þ¤¹¡£ ¥·¥ó¥Ü¥ë¡¢¥ê¥¹¥È¡¢¤ª¤è¤Ó¡¢¡Ø¤½¤Î¾¤¹¤Ù¤Æ¤Î·¿¡Ù¤Ç¤¹¡£ ËÜÀá¤Ç¤Ï¡¢3¼ïÎह¤Ù¤Æ¤Ë¤Ä¤¤¤Æ1¤Ä1¤ÄÀâÌÀ¤·¤Þ¤¹¡£ ¤Þ¤º¡¢¼«¸Êɾ²Á·¿¥Õ¥©¡¼¥à¤Ç¤¢¤ë¡Ø¤½¤Î¾¤¹¤Ù¤Æ¤Î·¿¡Ù¤«¤éÀâÌÀ¤·¤Þ¤¹¡£
• Self-Evaluating Forms: | Forms that evaluate to themselves. | |
• Symbol Forms: | Symbols evaluate as variables. | |
• Classifying Lists: | How to distinguish various sorts of list forms. | |
• Function Indirection: | When a symbol appears as the car of a list, we find the real function via the symbol. | |
• Function Forms: | Forms that call functions. | |
• Macro Forms: | Forms that call macros. | |
• Special Forms: | “Special forms” are idiosyncratic primitives, most of them extremely important. | |
• Autoloading: | Functions set up to load files containing their real definitions. |