Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

FoldLeft using FoldRight in scala

Haskell syntax for 'or' in case expressions

Functional programming and decoupling

Is Haskell truly pure (is any language that deals with input and output outside the system)?

If Java people go to Scala, C# go to F#, where do Ruby people go for functional nirvana? [closed]

Composing functions in python

Haskell function composition

Is it possible to build a comparatively fast untyped lambda calculus machine?

Is there a way to do currying in C?

higher level functions in R - is there an official compose operator or curry function?

Uncaught TypeError: Illegal invocation in javascript

Efficient heaps in purely functional languages

Are functional programming languages suitable for graphics programming?

Idiomatic Way to declare C++ Immutable Classes

Logical negation operator in F#? (!-equivalent)

f# functional-programming

How can I bind the second argument in a function but not the first (in an elegant way)?

What's the one-level sequence flattening function in Clojure?

How to use (->) instances of Monad and confusion about (->)

Why do immutable objects enable functional programming?

A simple example showing that IO doesn't satisfy the monad laws?