Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Lodash fp (functional programming) reduce not working how I expect it to work

curried And uncurried functions

Parsing a CSV using python's toolz package