Gruppwebben som samarbetsyta stängs 1 oktober 2026. Då upphör redigeringsmöjligheterna. Du som administratör kan redan nu välja att exportera gruppens innehåll och radera gruppen.
Mer information och instruktioner hittar du i nyheten: Gruppwebben som samarbetsyta stängs 1 oktober 2026.
Higher order functions
Higher order functions are functions that take functions as arguments. This is a very powerful technique that allows us to write general functions. This is a form of polymorphism, where one function can be used over many different data types. It also allows us to encapsulate partial computations or closures, that can later be executed in another environment. This can be handy when we want to represent an infinite data structure.
Elixir concepts
- Elixir: Basic types - anonymous functions
- Elixir: Function capturing
- Elixir: Enumerables and Streams