Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What happens if you compile a program that takes no input? (Haskell IO purity issues (again))

Pattern matching functions in OCaml

Replace if-else with functional code

Some languages and uses for monads

Embedding higher kinded types (monads!) into the untyped lambda calculus

In which languages is function abstraction not primitive

hi :: (b -> c) -> (a -> b) -> (a -> c) in Haskell

Why is `++` for Haskell List implemented recursively and costs O(n) time?

Why does this Scala line return a Unit?

Can I ignore thread safety when programming in Erlang?

What is Clojure spec?

Find max value in Java with a predefined comparator

If you already know LISP, why would you also want to learn F#?

List operations in Lisp

Analysis and Design for Functional Programming [closed]