Hopp til hovedinnhold

Innhold om Funksjonell

Totalt 52 innlegg

Side 1 av 4

Domeneobjekter som betyr noe: Tre enkle tips

Kotlin, Funksjonell, Typesikkerhet, Utvikling
Artikkel (7 min)
Fra Joakim Lindquister
14.12.2024

Lag domeneobjekter som betyr noe. I denne bloggposten gir jeg deg tre enkle tips for smarte og bedre typer.

You should write React in F#

Funksjonell
Artikkel (7 min)
Fra Bjørn-Ivar Strøm
20.12.2022

Introduction to Rust

Funksjonell, Utvikling
Artikkel (19 min)
Fra Sivert Johansen, Isak Singh
01.12.2022

Why has Rust been voted the most beloved programming language – seven years in a row, ever since it got released? What’s the hype about? Read along to get a glimpse of Rust, without having to read boring documentation. We’ll introduce Rust, bit-by-bit, by writing a simple CLI program that parses a list of HTTP requests and executes them.

Mapping more than lists

Elm, Funksjonell
Artikkel (4 min)
Fra Eivind Dagsland Halderaker
23.12.2021

Using the function map to change the elements of a list has become a common pattern in modern programming languages. It is often used in Elm and map is also used in Elm for the Maybe and Result types.

Practice Makes Perfect

Funksjonell
Artikkel (3 min)
Fra Anonym
24.12.2020

A more hands on approach to functional programming.

Functional IoT with Elixir and Nerves

Funksjonell
Artikkel (10 min)
Fra Harald Ringvold
23.12.2020

A Functional Architecture Demo

Funksjonell
Artikkel (11 min)
Fra Simen Endsjø
22.12.2020

When I first started learning functional programming, I had already been programming for many years, mostly in object oriented languages the last decade. How would the architecture for a functional program look like? How can we avoid mutation, which is a cornerstone of OOP? How can functions be used as an abstraction?

Using F# in Xamarin Apps

Funksjonell
Artikkel (4 min)
Fra Runar Ovesen Hjerpbakk
21.12.2020

Haskell - A layman's deep-dive in monoids

Funksjonell
Artikkel (8 min)
Fra Morten Kolstad
20.12.2020

This article will introduce an important and interesting concept in functional programming: Monoids. The focus will be on monoids in Haskell.

Video spotlight: Constraints Liberate, Liberties Constrain

Funksjonell
Artikkel (1 min)
Fra Harald Ringvold
19.12.2020

Types and Kinds

Funksjonell
Artikkel (6 min)
Fra Jørgen Granseth
18.12.2020

There are plenty of buzzwords when it comes to type systems. Today we take a closer look at the concepts related to kinds.

Getting started with F#

Funksjonell
Artikkel (5 min)
Fra Simen Endsjø
17.12.2020

F# is a fun and mature functional-first programming language for the .NET platform. Taking the first steps to learn a new language can be daunting, so in this post, we'll give some pointers on where to start.

Typeclasses in Haskell (and Elm?)

Funksjonell
Artikkel (8 min)
Fra Øyvind Stette Haarberg
16.12.2020

Error Handling in Kotlin Without Exceptions

Funksjonell
Artikkel (4 min)
Fra Simen Fonnes
15.12.2020

In this article, we compare error handling methods in Kotlin; specifically: exceptions, Either, and Result.

A peek into Scala 3

Funksjonell
Artikkel (9 min)
Fra Per Øyvind Kanestrøm
14.12.2020