Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How do I convert a vector of strings to a vector of integers in a functional way?

Why - in Java 1.8 - is Function<V,R> used and not Function<R,V>?

How to make a class fully immutable in Scala

Making multiple API calls in a functional way

Do functional languages cope well with complexity?

How to implement decimal to binary conversion

F#: More return points in functions, how to handle them?

Scala _ Placeholders (How does this code function?)

What are the real advantages of immutable collections?

Why purely functional languages instead of "impure" functional languages?

Can I start web development with a functional language?

Pattern-matching with (higher-order) functions in Haskell

f# sequence of running total

f# functional-programming

What is define-struct in Racket and why are there no variables?

How roughen (as opposed to flatten) a list in a functional style?

Multiple assignment in Scala without using Array?

To "combine" functions in javascript in a functional way?

Change a if-else-construct in a more functional style?

Is there a scala list operation that makes tuples from lists?

Find prime numbers using Scala. Help me to improve