summaryrefslogtreecommitdiff
path: root/libs/phoenix/doc/html/phoenix/wrap_up.html
blob: 000799403c886a4ae6880bac5fd43483cd6f59c5 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Wrap Up</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0.5">
<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0.5">
<link rel="prev" href="examples/transforming_the_expression_tree.html" title="Transforming the Expression Tree">
<link rel="next" href="acknowledgments.html" title="Acknowledgments">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="examples/transforming_the_expression_tree.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgments.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="phoenix.wrap_up"></a><a class="link" href="wrap_up.html" title="Wrap Up">Wrap Up</a>
</h2></div></div></div>
<p>
      Sooner or later more FP techniques become standard practice as people find
      the true value of this programming discipline outside the academe and into
      the mainstream. In as much as structured programming of the 70s and object
      oriented programming in the 80s and generic programming in the 90s shaped our
      thoughts towards a more robust sense of software engineering, FP will certainly
      be a paradigm that will catapult us towards more powerful software design and
      engineering onward into the new millennium.
    </p>
<p>
      Let me quote Doug Gregor of Boost.org. About functional style programming libraries:
    </p>
<div class="blockquote"><blockquote class="blockquote"><p>
        <span class="emphasis"><em>They're gaining acceptance, but are somewhat stunted by the ubiquitousness
        of broken compilers. The C++ community is moving deeper into the so-called
        "STL- style" programming paradigm, which brings many aspects of
        functional programming into the fold. Look at, for instance, the Spirit parser
        to see how such function objects can be used to build Yacc-like grammars
        with semantic actions that can build abstract syntax trees on the fly. This
        type of functional composition is gaining momentum.</em></span>
      </p></blockquote></div>
<p>
      Indeed. Phoenix is another attempt to introduce more FP techniques into the
      mainstream. Not only is it a tool that will make life easier for the programmer.
      In its own right, the actual design of the library itself is a model of true
      C++ FP in action. The library is designed and structured in a strict but clear
      and well mannered FP sense. By all means, use the library as a tool. But for
      those who want to learn more about FP in C++, don't stop there, I invite you
      to take a closer look at the design of the library itself.
    </p>
<p>
      So there you have it. Have fun! See you in the FP world.
    </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2002-2005, 2010, 2014 Joel de Guzman, Dan Marsden, Thomas Heller, John
      Fletcher<p>
        Distributed under the Boost Software License, Version 1.0. (See accompanying
        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
      </p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="examples/transforming_the_expression_tree.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgments.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>