branch: master commit a11ba779f588af28f93fd4b7a716849695d5d9f3 Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
packages/names: No need to require --- UsageExample.org | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/UsageExample.org b/UsageExample.org index f4af2cb..b27160e 100644 --- a/UsageExample.org +++ b/UsageExample.org @@ -83,7 +83,7 @@ To see this expansion yourself. Follow these steps: -1. Remember to list =names= as a dependency, and =require= it. +1. Remember to list =names= as a dependency. 2. Wrap all code that's to be namespaced inside a =(define-namespace NAME ...)= macro. 3. Pleasantly remove all that redundant repetition from you code! 4. When quoting function names, use =#' = instead of = ' =.