Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Side effects of lambda expression in java 8

sorted in stream is not applicable

What is the Runnable representation in java.util.function?

Understanding Peter Norvig's permutation solution in PAIP

How do I do a car and cadr against a list?

what functional tools remain in Python 3k?

Define self referencing Scala class (recursive class)

What are these lines doing?

Experiences teaching or learning map/reduce/etc before recursion? [closed]

custom print statement for python function objects

Why does the assignment of an objc block have to be 'copy', not 'assign'?

haskell beginner - recursive recursion

Where do I find purely functional open source projects written in Scala? [closed]

Extracting regions from a Scala Array

Using continuation to transform binary recursion to tail recursion

Haskell: Order-Insensitive Functional Application

Should all/most methods in interfaces return Option?

Compiler fooled by mention of recursive function in non-tail position

What is the correct and smooth way to write a OCaml function?

Create a function that returns the logical OR of several boolean predicates