Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Most elegant combinations of elements in F#

Functional Data Structures in Java

Pattern matching with guards vs if/else construct in F#

Haskell string tokenizer function

Why doesn't f=(+) need a type annotation?

composing functions with higher arity

What's an event-loop and how is it different than using other models?

Dynamic programming in F#

f# functional-programming

Kadane's Algorithm in Scala

Idiomatic way to write Clojure code for repeatedly reading lines from the console?

Does joined() or flatMap(_:) perform better in Swift 3?

Groovy: what is analogue for java stream anyMatch

What's the point of using monads in an interpreter?

What is the correct term for the following functional programming pattern?

Can someone point me to examples of multiparadigm (object-functional) programming in F#?

ByteStrings in Haskell: should I use Put or Builder?

How do I concisely write a || b where a and b are Optional values?

Why is println considered an impure function?

Patterns for functional, dynamic and aspect-oriented programming

Converting Option[T] to Option[U] in Scala