Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

When does `modify` copy the vector?

Closures and universal quantification

Datatype-generic programming libraries for Scala

It is better to have a caching mechanism inside or outside of a Factory class?

How do Erlang actors differ from OOP objects?

Choosing between overloaded methods if actual parameter is a lambda

What are some types that discriminate between categories?

Proper commenting for functional programming

How to create async version of a synchronous function in F#?

Data structure for non overlapping ranges of integers?

What are the state-of-art methods for solving functional equations?

What it means lambda calculus is equivalent to turing machine

RoundRobin functional approach - why does my function have side effects?

Describe the Damas-Milner type inference in a way that a CS101 student can understand

How can I map a String to a function in Java?

What are some obvious optimizations for a virtual machine implementing a functional language?

Should I represent database data with immutable or mutable data structures?

How do I parse a string to a list of floats using functional style?

What's a good way to rewrite this non-tail-recursive function?

Translating Imperative Java to Functional Java (A Game)