Innhold om Funksjonell
Totalt 52 innlegg
Side 1 av 4
Domeneobjekter som betyr noe: Tre enkle tips
Lag domeneobjekter som betyr noe. I denne bloggposten gir jeg deg tre enkle tips for smarte og bedre typer.
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#
Introduction to Rust
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.
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
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.
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
A more hands on approach to functional programming.
A more hands on approach to functional programming.
Functional IoT with Elixir and Nerves
A Functional Architecture Demo
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?
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
Haskell - A layman's deep-dive in monoids
This article will introduce an important and interesting concept in functional programming: Monoids. The focus will be on monoids in Haskell.
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
Types and Kinds
There are plenty of buzzwords when it comes to type systems. Today we take a closer look at the concepts related to kinds.
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#
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.
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?)
Error Handling in Kotlin Without Exceptions
In this article, we compare error handling methods in Kotlin; specifically: exceptions, Either, and Result.
In this article, we compare error handling methods in Kotlin; specifically: exceptions, Either, and Result.