Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Replacing Exceptions With Either/Maybe/Option

Optional<T> when isPresent() get property or null when it is null; functional style in Java 8

Is it possible to somehow cast Vec<Option<Value>> into Vec<Value> after filtering out None elements in Rust? [duplicate]

What is an alternative to Kotlin's `reduce` operation in Rust?

map with function for each element?

Haskell: Why is it saying my function type is off?

How can I reorder these F# functions to make sense?

Summation in functional programming

Functional Alternative to Game Loop

Keeping a counter at each recursive call in OCaml

Understanding Recursive Algebraic Types in Functional Programming

Does MATLAB support "callable" (i.e. function-like) classes?

Functional assertion in Scala

correct style for element-wise operations on lists without numpy (python)

thinking objectively vs. functionally [closed]

Is there an indexed list in Haskell and is it good or bad?

Best way to implement "zipLongest" in Scala

Haskell: Are list comprehensions higher order functions?

Corecursion vs Recursion understanding in scala

First and last element of list OCaml