summaryrefslogtreecommitdiff
path: root/artima/scheme/table-of-contents.txt
blob: e5ad2feec249d27f0ce4e5d02ee477905a6bffeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
The *Adventures of a Pythonista in Schemeland* has grown to become a rather long
series. I think a table of contents is needed, in order to index all the
episodes. Here it is.

Part I - Introduction
 Ep1_ A bit of history

 Ep2_ About scheme implementations

 Ep3_ Of parenthesis and indentation

 Ep4_ Scheme bibliography (and a first program)

 Ep5_ About tail call optimization (and the module system)

 Ep6_ The danger of benchmarks

Part II - Macros
 Ep7_ Symbols and lists

 Ep8_ Quoting and quasi-quoting

 Ep9_ Introduction to (sweet-)macros

 Ep10_ Features of (sweet-)macros

 Ep11_ The multiple evaluation problem (and easy-test)

 Ep12_ Are macros really useful?

Part III - Functional Aspects
 Ep13_ Micro-introduction to functional programming

 Ep14_ Currying, partial application, and fold

 Ep15_ List destructuring

 Ep16_ Multiple values (and opt-lambda)

 Ep17_ List comprehension

 Ep18_ Streams

Part IV - Advanced Macrology

.. _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
.. _Ep4: http://www.artima.com/weblogs/viewpost.jsp?thread=239568
.. _Ep5: http://www.artima.com/weblogs/viewpost.jsp?thread=239699
.. _Ep6: http://www.artima.com/weblogs/viewpost.jsp?thread=240198
.. _Ep7: http://www.artima.com/weblogs/viewpost.jsp?thread=240781
.. _Ep8: http://www.artima.com/weblogs/viewpost.jsp?thread=240793
.. _Ep9: http://www.artima.com/weblogs/viewpost.jsp?thread=240804
.. _Ep10: http://www.artima.com/weblogs/viewpost.jsp?thread=240805
.. _Ep11: http://www.artima.com/weblogs/viewpost.jsp?thread=240833
.. _Ep12: http://www.artima.com/weblogs/viewpost.jsp?thread=240836
.. _Ep13: http://www.artima.com/weblogs/viewpost.jsp?thread=248953
.. _Ep14: http://www.artima.com/weblogs/viewpost.jsp?thread=249198
.. _Ep15: http://www.artima.com/weblogs/viewpost.jsp?thread=249681
.. _Ep16: http://www.artima.com/weblogs/viewpost.jsp?thread=249685
.. _Ep17: http://www.artima.com/weblogs/viewpost.jsp?thread=251156
.. _Ep18: http://www.artima.com/weblogs/viewpost.jsp?thread=251159