Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

@Published property in singleton not emitting events after the first one

MVC / Observer & Immutable Data Structures

Python: Remove item from dictionary in functional way

Is there a ramda function that helps you add logging to piping/composition?

Kotlin sequences: filter + find first + map

Haskell -- Understanding the writer type declaration

Does the term "Functor" in Prolog have any relation to the term taken from Category Theory?