]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/phoenix/doc/html/phoenix/lazy_list/background.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / phoenix / doc / html / phoenix / lazy_list / background.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4<title>Background</title>
5<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7<link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.2.0">
8<link rel="up" href="../lazy_list.html" title="Lazy List">
9<link rel="prev" href="../lazy_list.html" title="Lazy List">
10<link rel="next" href="what_is_provided.html" title="What is provided">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="../lazy_list.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../lazy_list.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="what_is_provided.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h3 class="title">
27<a name="phoenix.lazy_list.background"></a><a class="link" href="background.html" title="Background">Background</a>
28</h3></div></div></div>
29<p>
30 The original code of <a href="http://cgi.di.uoa.gr/~smaragd/fc++/" target="_top">FC++</a>
31 was developed by Brian McNamara and Yannis Smaragdakis between 2000 and 2003.
32 One of the aims of their work was to implement as mich as possible of the
33 Haskell prelude in C++. In the end they achieved a very large part of that
34 and went on to implement other similar things not in the Haskell prelude.
35 This was made up of a large amount of code written very carefully in a consistent
36 style which made it easy to extend it to provide more facilities.
37 </p>
38<p>
39 At the end of that time, two versions of it existed, FC++ 1.5 and <a href="http://cgi.di.uoa.gr/~smaragd/fc++/boostpaper/" target="_top">Boost FC++</a> which
40 was proposed for inclusion in Boost and rejected. Both are documented on
41 <a href="http://cgi.di.uoa.gr/~smaragd/fc++/" target="_top">FC++</a>.
42 </p>
43<p>
44 After 2003 John Fletcher spent a lot of time developing both these versions
45 and adding new features to them. One of the reasons intially was that the
46 existing versions could handle only a small number of function arguments.
47 He was able to inclrease the limit on the number of arguments and use the
48 new version to implement a number of new ideas. No new release has ever been
49 made although a draft release 1.5.2 exists. Much of his activity is documented
50 by <a href="http://c2.com/cgi/wiki?FunctoidsInCpp" target="_top">FunctoidsInCpp</a>
51 where some discussion took place with other people about this work.
52 </p>
53<p>
54 John discussed with Joel de Guzman how to make <a href="http://cgi.di.uoa.gr/~smaragd/fc++/" target="_top">FC++</a>
55 compatible with Phoenix. Joel suggested using Phoenix as a basis for a new
56 version of <a href="http://cgi.di.uoa.gr/~smaragd/fc++/" target="_top">FC++</a>.
57 </p>
58<p>
59 In 2014 John became the maintainer of Phoenix and after spending time getting
60 to know it he has now started to fulfil his idea of a new version of <a href="http://cgi.di.uoa.gr/~smaragd/fc++/" target="_top">FC++</a>. What is emerging
61 is significantly different from <a href="http://cgi.di.uoa.gr/~smaragd/fc++/" target="_top">FC++</a>
62 in the detail of the implementation. In some ways it will be more powerful
63 as it is well integrated with the facilities of Phoenix. In other ways it
64 will lack some features of <a href="http://cgi.di.uoa.gr/~smaragd/fc++/" target="_top">FC++</a>
65 as they can now be implemented in other ways.
66 </p>
67</div>
68<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
69<td align="left"></td>
70<td align="right"><div class="copyright-footer">Copyright &#169; 2002-2005, 2010, 2014, 2015 Joel de Guzman, Dan Marsden, Thomas
71 Heller, John Fletcher<p>
72 Distributed under the Boost Software License, Version 1.0. (See accompanying
73 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>)
74 </p>
75</div></td>
76</tr></table>
77<hr>
78<div class="spirit-nav">
79<a accesskey="p" href="../lazy_list.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../lazy_list.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="what_is_provided.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
80</div>
81</body>
82</html>