Category:ListRecipes
From Erlang Community
(Difference between revisions)
| Revision as of 22:42, 3 September 2006 (edit) Bfulgham (Talk | contribs) ← Previous diff |
Revision as of 22:53, 3 September 2006 (edit) (undo) Bfulgham (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| + | == Introduction == | ||
| + | Erlang traces its roots to symbolic languages like Lisp and Prolog. Consequently, Erlang comes with a rich variety of list operations supporting higher-order programming and the efficient handling of symbolic data. Even strings are handled as simple lists of characters, and though this does have some negative effect on performance it does allow for very elegant algorithms for string-related activities. See [[:Category:StringRecipes]] for more on this topic. | ||
| + | |||
| [[Category:CookBook]] | [[Category:CookBook]] | ||
Revision as of 22:53, 3 September 2006
Introduction
Erlang traces its roots to symbolic languages like Lisp and Prolog. Consequently, Erlang comes with a rich variety of list operations supporting higher-order programming and the efficient handling of symbolic data. Even strings are handled as simple lists of characters, and though this does have some negative effect on performance it does allow for very elegant algorithms for string-related activities. See Category:StringRecipes for more on this topic.
Articles in category "ListRecipes"
There are 13 articles in this category.
ACE |
F
OR |
ST |

Digg It
Del.icio.us
Reddit
Facebook
Stumble Upon
Technorati

