Innhold om Funksjonell
Totalt 51 innlegg
Side 1 av 4
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.
A peek into Scala 3
Handling asynchronous data in TypeScript
When making web applications most times you fetch stuff from some remote location, and usually with XHR. These operations are asynchronous and can fail for a myriad of reasons. Handling them well is important to make sure the users of your applications have a good time.
When making web applications most times you fetch stuff from some remote location, and usually with XHR. These operations are asynchronous and can fail for a myriad of reasons. Handling them well is important to make sure the users of your applications have a good time.