Hopp til hovedinnhold

Innhold om Funksjonell

Totalt 52 innlegg

Side 4 av 4

Iteration without for, foreach or while

Funksjonell
Artikkel (2 min)
Fra Simen Endsjø
07.12.2019

Iteration is part of the bread and butter of any programming language, and this is the case in functional programming just as much as in imperative programming, but how is it possible to iterate without for, foreach or while?

The Lens Pattern in TypeScript

Funksjonell
Artikkel (5 min)
Fra Simen Vie
06.12.2019

An overview of the monad

Funksjonell
Artikkel (4 min)
Fra Ragnhild Aalvik
05.12.2019

In this article I will give a brief overview of what a monad is. Later articles in this series will use monadic features in different programming examples, therefore I thought it would be a good idea to first give an overview of what a monad is. I will use metaphors to explain the concept, and I will not give any code examples in this article.

Minesweeper in Elm

Funksjonell
Artikkel (6 min)
Fra André Wolden
04.12.2019

Immutable by default

Funksjonell
Artikkel (6 min)
Fra Bendik Solheim
03.12.2019

You should always strive to make, and make use of, immutable data structures. Even if your domain is inherently mutable (like most domains, really), there are quite a few pitfalls that can give you headaches later on if you also use mutable data structures. Many of them are avoidable simply by making it harder to accidentally modify data.

The F of FP

Funksjonell
Artikkel (7 min)
Fra Simen Endsjø
02.12.2019

Architecture in Functional Programming (FP) and Object Oriented Programming (OOP) is very different. While the class is the main abstraction in OOP, the function is the abstraction in FP. Looking over the fence, it seems impossible to solve problems using the other paradigm. In order to learn how to design program with functions, we must first learn how they work in FP as a function is not the same as a method.

What is Functional Programming?

Funksjonell
Artikkel (5 min)
Fra Kjetil Valle
01.12.2019