Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What concept is involved here? Example in Python and R.

Unexpected NullReferenceException in F# Algorithm

Best solution to wait for all ajax callbacks to be executed

Are Scala "continuations" just a funky syntax for defining and using Callback Functions?

Functional Queue From Programming In Scala

What are the best practices for functional programming and database interaction?

Break or shortcircuit a fold in Scala

Yielding a value from a coroutine in Python, a.k.a. convert callback to generator

How to reference a generic parameter recursively?

Static method signature type arguments and partial application

F# WinRT Benefits

How to write monoid protocol in Clojure?

How to properly partition code in a C# functional library?

c# functional-programming

F# Calling inline function with type variables

Should constructing stateful objects be modeled with an effect type?

Haskells Weak Head Normal Form

Database Functional Programming in Clojure

Is there an idiomatic ruby/rails way of returning the first truthy mapped value?

Recurrent call to a function until it returns None

Creating a list of functions using a loop in R