|
4 | 4 | Functional Programming HOWTO |
5 | 5 | ******************************** |
6 | 6 |
|
7 | | -:Author: \A. M. Kuchling |
8 | | -:Release: 0.32 |
9 | | - |
10 | 7 | In this document, we'll take a tour of Python's features suitable for |
11 | 8 | implementing programs in a functional style. After an introduction to the |
12 | 9 | concepts of functional programming, we'll look at language features such as |
@@ -1185,7 +1182,8 @@ about whether this lambda-free style is better. |
1185 | 1182 | Revision History and Acknowledgements |
1186 | 1183 | ===================================== |
1187 | 1184 |
|
1188 | | -The author would like to thank the following people for offering suggestions, |
| 1185 | +This HOWTO was originally written by A. M. Kuchling. The author would like to |
| 1186 | +thank the following people for offering suggestions, |
1189 | 1187 | corrections and assistance with various drafts of this article: Ian Bicking, |
1190 | 1188 | Nick Coghlan, Nick Efford, Raymond Hettinger, Jim Jewett, Mike Krell, Leandro |
1191 | 1189 | Lameiro, Jussi Salmela, Collin Winter, Blake Winton. |
@@ -1239,9 +1237,9 @@ Text Processing". |
1239 | 1237 |
|
1240 | 1238 | Mertz also wrote a 3-part series of articles on functional programming |
1241 | 1239 | for IBM's DeveloperWorks site; see |
1242 | | -`part 1 <https://developer.ibm.com/articles/l-prog/>`__, |
1243 | | -`part 2 <https://developer.ibm.com/tutorials/l-prog2/>`__, and |
1244 | | -`part 3 <https://developer.ibm.com/tutorials/l-prog3/>`__, |
| 1240 | +`part 1 <https://web.archive.org/web/20211006103639/https://developer.ibm.com/articles/l-prog/>`__, |
| 1241 | +`part 2 <https://web.archive.org/web/20211205224606/https://developer.ibm.com/tutorials/l-prog2/>`__, and |
| 1242 | +`part 3 <https://web.archive.org/web/20211127083846/https://developer.ibm.com/tutorials/l-prog3/>`__. |
1245 | 1243 |
|
1246 | 1244 |
|
1247 | 1245 | Python documentation |
|
0 commit comments