Higher-order Perl : transforming programs with programs /
Most Perl programmers were originally trained as C and Unix programmers, so the Perl programs that they write bear a strong resemblance to C programs. However, Perl incorporates many features that have their roots in other languages such as Lisp. These advanced features are not well understood and a...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Amsterdam ; Boston, Mass. :
Morgan Kaufmann Publishers,
�2005.
|
Edición: | 1st ed. |
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Recursion and callbacks
- Dispatch tables
- Caching and memoization
- Iterators
- From recursion to iterators
- Infinite streams
- Higher-order functions and currying
- Parsing
- Declarative programming.