Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Haskell Particle simulation - calculating velocities of particles

How can operations like map, filter and reverse can be defined in terms of a reduce?

how does the undecided generic type represents in ghci's runtime

Projecting variables in python when applying the map function

What is the typed hole exploration development style?

Mixing fmap and bind (>>=)

Why can I use a set as predicate in clojure?

Can `guard` not guards in Haskell be used to specify a particular message for `Left`

Best FP idioms for AnyVals in collections

Scala dropWhile vs filter

Coerce built-ins to their GL equivalents

scala passing function with underscore produces a function not a value

How do I add logging to a static class without losing the ability to unit test?

Create a stream of consecutive values that pass a filter

Scala - Use predicate function to summarize list of strings

Which might be the downsides of declaring Functional Interfaces as variables in Java?

pure Knuth/Fisher-Yates shuffle in haskell

Point-free style with objects/records in F#

Elixir Enum.map vs For comprehension