Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Ensuring a heterogenous list contains one typeclass

Is Typescript capable of doing simple function composition?

Create F# record from segments in a functional way

f# functional-programming

Run purrr::map_dfr on dataframe rows?

What is the benefit of effect system (e.g. ZIO)?

Problem with given instances writing MTL style code with Scala cats

Unclear notation in Scala code snippet

Is it possible to create a function in Haskell which returns a list of the constructors for a data type?

Applicative functors vs monad composing performance in Scala

Does throw behave the same as throwIO, if instantiated as IO a?

Am I doing functional programming when I define all of my functions in a class in c#?

using `purrr::map` with compose functions

Unpack vector into function arguments

How can I move something from one database to another using Haskell? [closed]

Replacing data.table observations; vector approach

Is there a standard name for this function?

Streams filter and Grouping List on Map

Why is it harder to add macros to Haskell than to Scheme

Is it possible to reduce a fraction to the lowest form in a single recursive pass, using no auxiliary functions other than is_zero, succ and pred?

Set multiple const values based on conditional