Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

difference between (>>=) and (>=>)

How to implement a counter in functional programming way

Perl 6 - Curried Function Hangs

Scope of variables in a delegate

Is there a Python idiom for evaluating a list of functions/expressions with short-circuiting?

OCaml: Does storing some values to be used later introduce "side effects"?

What's the best way to handle this sequence transformation in Clojure?

What does the lambda self: do

Explain lazy Pascal's triangle in Clojure

Can Haskell Data Declarations Be Bounded By Type Values

is this a spot for functional lenses in javascript?

(compose) in Common Lisp

map doesn't work as expected in python 3

F# MailboxProcessor and Functional Design

Kotlin function reference

Can pure functions be asynchronous?

Accumulate count of list's within another list

Fast Standard ML compiler or bytecode interpreter, with read-eval-print loop, for Linux?

Behavior of flatMap when applied to List[Option[T]]

OCaml : why comparison operator are type agnostic, whereas arithmetic ones are not?