Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

fold_tree in OCaml

The composition of functions in a list of functions!

Finding unique (as in only occurring once) element haskell

Simulate global variable

Are there functional programming languages that run on the GPU?

Why has "map (filter fst)" the type "[[(Bool, a)]] -> [[(Bool, a)]]"?

Why doesn't a prism set function return an Option/Maybe

If Either can be either Left or Right but not both, then why does it correspond to OR instead of XOR in Curry-Howard correspondence?

C# to F#: Functional thinking vs. polymorphism

takeWhile, dropWhile laziness java9

clojure for loop, store the values in a set or map

F# - multiply int by float

f# functional-programming

Is there a way to prevent union types in TypeScript?

How do I write this in Ruby/Python? Or, can you translate my LINQ to Ruby/Python?

Can F# teach me good functional programming practices?

In Scala, why does my Sieve algorithm runs so slowly?

break out of filter() function

Get Terminal width Haskell

How to test if two functions are the same?

Is performing a mapping operation without using returned value an antipattern?