| タグ: | extensions |
| 作者: | Slava Pestov |
| ワード | 構文 |
| :: word ( bindings... -- outputs... ) body... ; | |
| :> binding | |
| M:: class generic ( bindings... -- outputs... ) body... ; | |
| MACRO:: word ( bindings... -- outputs... ) body... ; | |
| MEMO:: word ( bindings... -- outputs... ) body... ; | |
| [let | binding1 [ value1... ] binding2 [ value2... ] ... | body... ] | |
| [let* | binding1 [ value1... ] binding2 [ value2... ] ... | body... ] | |
| [wlet | binding1 [ body1... ] binding2 [ body2... ] ... | body... ] | |
| [| bindings... | body... ] |
| ボキャブラリ | 概要 |
| Definition protocol implementation for lambda words | |
| Errors thrown by locals implementation | |
| Support for mixing fry and locals | |
| Support for macro expansion inside lambdas | |
| Utility words used by locals parsing words | |
| Prettyprinting of lambdas | |
| locals.rewrite ボキャブラリ | |
| Data types used by locals implementation |