]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/spirit/classic/phoenix/doc/preface.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / spirit / classic / phoenix / doc / preface.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3<!-- Generated by the Spirit (http://spirit.sf.net) QuickDoc -->
4<title>Preface</title>
5<link rel="stylesheet" href="theme/style.css" type="text/css">
6<link rel="next" href="introduction.html">
7</head>
8<body>
9<table width="100%" height="48" border="0" background="theme/bkd2.gif" cellspacing="2">
10 <tr>
11 <td width="10">
12 </td>
13 <td width="85%">
14 <font size="6" face="Verdana, Arial, Helvetica, sans-serif"><b>Preface</b></font>
15 </td>
16 <td width="112"><a href="http://spirit.sf.net"><img src="theme/spirit.gif" align="right" border="0"></a></td>
17 </tr>
18</table>
19<br>
20<table border="0">
21 <tr>
22 <td width="30"><a href="../index.html"><img src="theme/u_arr.gif" border="0"></a></td>
23 <td width="30"><img src="theme/l_arr_disabled.gif" border="0"></td>
24 <td width="20"><a href="introduction.html"><img src="theme/r_arr.gif" border="0"></a></td>
25 </tr>
26</table>
27<blockquote><p><i>Functional programming is so called because a program consists entirely of functions. The main program itself is written as a function which receives the program's input as its argument and delivers the program's output as its result. Typically the main function is defined in terms of other functions, which in turn are defined in terms of still more functions until at the bottom level the functions are language primitives.</i></p></blockquote><blockquote><p><b><i>John Hughes</i></b>-- <i>Why Functional Programming Matters</i></p></blockquote><a name="influences_and_related_work"></a><h2>Influences and Related Work</h2><p>
28The design and implementation of Phoenix is highly influenced by <a href="http://www.cc.gatech.edu/~yannis/fc++/">
29FC++</a> by Yannis Smaragdakis and Brian McNamara and the (<a href="http://www.boost.org">
30Boost</a> Lambda Library) <a href="http://www.boost.org/libs/lambda/doc/index.html">
31