cerl intro

download cerl intro

of 6

Transcript of cerl intro

  • 8/14/2019 cerl intro

    1/6

    An introduction to Core Erlang

    Richard CarlssonComputing Science Department

    Uppsala UniversityBox 311, 751 05 Uppsala, Sweden

    [email protected]

    ABSTRACT

    1. INTRODUCTION

    1.1 The Erlang language

  • 8/14/2019 cerl intro

    2/6

    1.2 Core Erlang history

    1.3 Core Erlang design goals

  • 8/14/2019 cerl intro

    3/6

    2. THE CORE ERLANG LANGUAGE

    2.1 Modules

    2.1.1 Functions, lambdas and results of expressions

    2.2 Expressions

  • 8/14/2019 cerl intro

    4/6

    2.2.1 Function calls

    2.2.2 Error handling

    2.2.3 Pattern matching

    2.2.4 Receive expressions

  • 8/14/2019 cerl intro

    5/6

  • 8/14/2019 cerl intro

    6/6

    6. ACKNOWLEDGMENTS

    7. REFERENCES