1[/==============================================================================
2    Copyright (C) 2001-2010 Joel de Guzman
3    Copyright (C) 2001-2005 Dan Marsden
4    Copyright (C) 2001-2010 Thomas Heller
5
6    Distributed under the Boost Software License, Version 1.0. (See accompanying
7    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8===============================================================================/]
9
10[section References]
11
12# Why Functional Programming Matters, John Hughes, 1989.
13  Available online at [@http://www.math.chalmers.se/~rjmh/Papers/whyfp.html].
14# Boost.Lambda library, Jaakko Jarvi, 1999-2004 Jaakko Jarvi, Gary Powell.
15  Available online at [@http://www.boost.org/libs/lambda/].
16# Functional Programming in C++ using the FC++ Library: a short article
17  introducing FC++, Brian McNamara and Yannis Smaragdakis, August 2003. Available
18  online at [@http://cgi.di.uoa.gr/~smaragd/fc++/].
19# Side-effects and partial function application in C++, Jaakko Jarvi and Gary
20  Powell, 2001. Available online at
21  [@http://osl.iu.edu/~jajarvi/publications/papers/mpool01.pdf].
22# Spirit Version 1.8.1, Joel de Guzman, Nov 2004. Available online at
23  [@http://www.boost.org/libs/spirit/].
24# The Boost MPL Library, Aleksey Gurtovoy and David Abrahams, 2002-2004.
25  Available online at [@http://www.boost.org/libs/mpl/].
26# Generic Programming Redesign of Patterns, Proceedings of the 5th European
27  Conference on Pattern Languages of Programs, (EuroPLoP'2000) Irsee, Germany,
28  July 2000. Available online at
29  [@http://www.coldewey.com/europlop2000/papers/geraud%2Bduret.zip].
30# A Gentle Introduction to Haskell, Paul Hudak, John Peterson and Joseph Fasel,
31  1999. Available online at [@http://www.haskell.org/tutorial/].
32# Large scale software design, John Lackos, ISBN 0201633620, Addison-Wesley, July
33  1996.
34# Design Patterns, Elements of Reusable Object-Oriented Software, Erich Gamma,
35  Richard Helm, Ralph Jhonson, and John Vlissides, Addison-Wesley, 1995.
36# The Forwarding Problem: Arguments Peter Dimov, Howard E. Hinnant, Dave
37  Abrahams, September 09, 2002. Available online: __forwarding__.
38
39[endsect]
40