Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

OCaml: Using a comparison operator passed into a function

Cons Operator "|" In Erlang

Getting the head and tail of a custom list type in Haskell

Why is x = x +1 valid in Elixir?

Haskell Flatten Lists of string

Obtaining a Bool out of [Maybe Bool] which is guaranteed to contain at least one Just

In functional list manipulation, what do we call "inserting something between each item"?

Erlang: is it possible to write the minimum function as a list fold?

Mapping a Scala function with an optional parameter

Recursive Functions, Stack Overflows, and Y-Combinators

Scala return a value from a for cycle

How to understand the functional programming code for converting IP string to an integer?

How to evaluate expressions in Haskell

Haskell - Checking if all list elements are unique

Combine functions to a function which returns a tuple

What is a kind projector

Check if one element exists in an array of objects

Is there any equivalent Kotlin function to Java 8 Stream limit function [duplicate]

How to change font family for React Recharts library X-axis / Y-axis ticks?

What is Discriminated Union in F# and what type of alternative we have in OOP