Till KTH:s startsida Till KTH:s startsida

Visa version

Version skapad av Johan Montelius 2018-01-12 13:55

Visa < föregående | nästa >
Jämför < föregående | nästa >

Maps and structures

So far we have only used lists and tuples bit these data structures have some drawbacks when we want to handle more complex data or very large data sets. We will in this lecture look at keyword lists, maps and structures and how they can help us.

  • will be added later

Erlang and Elixir are  examples of dynamically typed languages. This has some advantages when it comes to do rapid prototyping but severe disadvantages when it comes to maintaining large code projects. We will discuss these problems and some solutions that will help the situation.

Elixir concepts