Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Which language in DrScheme for SICP?

How to perform pattern matching with vararg case classes?

scala game programming: advancing object position in a functional style

Need help understanding currying using groovy closures?

What is the scope of a function in Javascript/ECMAScript?

Should I always give a return value to my function?

What does uncurry ($) do?

How do pipes and monads work together in JavaScript?

Functional programming in C/C++?

How to learn OCaml efficiently? [closed]

Scala list with same adjacent values

closures and objects [closed]

Map function to second level of nested list using purrr

How to tell when to create a new component?

Applying map for partial argument

Split python tuple in subtuples with capacity limit in functional programming style

How to find index of element with minimum value?

Partial Application with Infix Functions

Guava - How to apply a function that returns Void on an Iterable

Haskell: What is the difference between (+1) and (\x->x+1)?