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

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

Introduction to Rust

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

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

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

A more hands on approach to functional programming.

Functional IoT with Elixir and Nerves

Funksjonell
Artikkel (10 min)
Fra Harald Ringvold

A Functional Architecture Demo

Funksjonell
Artikkel (11 min)
Fra Simen Endsjø

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

Haskell - A layman's deep-dive in monoids

Funksjonell
Artikkel (8 min)
Fra Morten Kolstad

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

Types and Kinds

Funksjonell
Artikkel (6 min)
Fra Jørgen Granseth

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ø

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

Error Handling in Kotlin Without Exceptions

Funksjonell
Artikkel (4 min)
Fra Simen Fonnes

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