File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ Macros are among the most divisive features about any Lisp. There are many
4
4
different design decisions to be made, and all of them have proponents and
5
5
detractors.
6
6
7
- This document aims to give a comprehensive overview of the macro system and
8
- how to use it. If you’re in a hurry or want to see whether Carp implements your
7
+ This document aims to give a comprehensive overview of the macro system and how
8
+ to use it. If you’re in a hurry or want to see whether Carp implements your
9
9
favorite macro feature, you probably want to read the section [ “In a
10
- Nutshell”] ( #in-a-nutshell ) . If you want to spend some quality understanding
11
- how to work on or with the macro systems, the sections [ “Working with
12
- Macros”] ( #working-with-macros ) and [ “Inner Workings”] ( #inner-workings ) will
13
- probably be more useful to you.
10
+ Nutshell”] ( #in-a-nutshell ) . If you want to spend some quality time
11
+ understanding how to work on or with the macro systems, the sections [ “Working
12
+ with Macros”] ( #working-with-macros ) and [ “Inner Workings”] ( #inner-workings )
13
+ will probably be more useful to you.
14
14
15
15
## In a Nutshell
16
16
You can’t perform that action at this time.
0 commit comments