references.qbk 2.1 KB

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