Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Scala immutable list internal implementation

How to functionally convert a nested hash to a list of records?

Elixir: how to make a custom type implement ==, <, and >

C# interface with default method vs traits

Why do these 2 pieces of code not behave identically?

Clojure sort String values - case insensitive

Implicit conversion from A to Some(a)

Lifting function to Option

How to run lambda function passed to a mockked method?

Java stream of optionals to optional stream

map an array of struct

J Checker Board

functional-programming j

Is there a simple way to convert Option[Task[T]] to Task[Option[T]]?

What type to use in tests which require Concurrent and Timer type class instance?

Elixir - Supervised processes appear to block program execution

F# VS2019 Windows Forms

Can someone please help explain how this merge sort algorithm works?

Averaging elements in array of arrays by index using functional programming