Category:ListRecipes

From Erlang Community

(Difference between revisions)
Revision as of 22:42, 3 September 2006 (edit)
Bfulgham (Talk | contribs)

← Previous diff
Current revision (08:09, 24 November 2006) (edit) (undo)
Andreas (Talk | contribs)
m (Reverted edits by Kaiserpanda (Talk); changed back to last version by Bfulgham)
 
(2 intermediate revisions not shown.)
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]]

Current revision

[edit] 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.


Erlang/OTP Projects
Personal tools