Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How would you write fetching a collection the "Reactive Cocoa" way?

Specifying class constraints in value constructors

Practical use of improper lists in Erlang (perhaps all functional languages)

Javascript functional lazy evaluation example explanation required

F# - Converting nested for-loops to a functional style

f# functional-programming

jQuery .map into array

What is the raku equivalent of the JavaScript arrow function?

Is it possible to use unary function instead of binary in `flip`?

By-name repeated parameters

Using items in a list as arguments

Eliminating my explicit state passing via like, monads and stuff

Clojure Model-View-Controller (MVC) design

haskell - flip fix / fix

analogous Try block to try/finally block in scala

In Haskell, how to derive such a custom class automatically?

Is there a way to do conditional assignment to constants in Swift?

How can I avoid nested ternary expressions in my code?

Perl 6 calculate the average of an int array at once using reduce

Is it possible to do function overloading in F#?

Specify arity using only or except when importing function on Elixir