summaryrefslogtreecommitdiff
path: root/artima
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-06-20 13:52:50 +0000
committermichele.simionato <devnull@localhost>2009-06-20 13:52:50 +0000
commit4f7311ca0077db304333d9a16eb7ec4f1ae560cb (patch)
tree6a54c624f4aa03cebf85c748eb8f5691a3181e9e /artima
parentf35fd45d4cbb3ac3b7c177cdbd2d4bbefd63a074 (diff)
downloadmicheles-4f7311ca0077db304333d9a16eb7ec4f1ae560cb.tar.gz
Updated the table of contents
Diffstat (limited to 'artima')
-rw-r--r--artima/scheme/table-of-contents.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/artima/scheme/table-of-contents.txt b/artima/scheme/table-of-contents.txt
index b3e57be..0369900 100644
--- a/artima/scheme/table-of-contents.txt
+++ b/artima/scheme/table-of-contents.txt
@@ -55,6 +55,16 @@ Part IV - The Module System
Ep24_ Mutating variables across modules
+Part V - Macros, again
+
+ Ep25_ Back to macros (and accumulators)
+
+ Ep26_ Macros taking macros as arguments (and the beauty of parentheses)
+
+ Ep27_ Syntax objects and syntax transformers
+
+ Ep28_ Hygienic macros
+
.. _Ep1: http://www.artima.com/weblogs/viewpost.jsp?thread=238789
.. _Ep2: http://www.artima.com/weblogs/viewpost.jsp?thread=238941
.. _Ep3: http://www.artima.com/weblogs/viewpost.jsp?thread=239466
@@ -79,3 +89,7 @@ Part IV - The Module System
.. _Ep22: http://www.artima.com/weblogs/viewpost.jsp?thread=256848
.. _Ep23: http://www.artima.com/weblogs/viewpost.jsp?thread=257998
.. _Ep24: http://www.artima.com/weblogs/viewpost.jsp?thread=258103
+.. _Ep25: http://www.artima.com/weblogs/viewpost.jsp?thread=258580
+.. _Ep26: http://www.artima.com/weblogs/viewpost.jsp?thread=259977
+.. _Ep27: http://www.artima.com/weblogs/viewpost.jsp?thread=260182
+.. _Ep28: http://www.artima.com/weblogs/viewpost.jsp?thread=260195