Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Avoiding for-loops when aggregating timeseries

defmulti vs defmethod what is the difference? In clojure

How does variable binding work with recursion in Haskell?

Java: state sharing between threads in functional programming

Invoke Instance Method Reference On Instance Argument

`Error: Return type mismatch of function` in Fortran 95

Read a file in clojure and ignore the first line?

Converting a Map to another Map using Stream API

How can I use a string instead of a char in list comprehension

How to append collection as new column to DataFrame with many columns?

Common Lisp: Zip arbitrary number of lists

Haskell need help understanding stream

Equivalent to Lambda Expressions in Python

C# or JavaScript: Determining common prefix in strings [duplicate]

Defining fmap with id and return

How to design higher order functions

Erlang function calls - Why does it not work to call self() as a direct argument?

How does foldl work?

These concepts about Functors (Maps) and Monads (Either, Maybe, Bind, Then) are right?

the balance between performance and code resue