Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What are the main differences between Scala and Frege (in programming paradigms)?

Do you find you still need variables you can change, and if so why?

I just don't get continuations!

Which language would you use for the self-study of SICP? [closed]

Why is C# a functional programmming language?

c# functional-programming

What are some interesting uses of higher-order functions?

How to get every Nth element of an infinite list in Haskell?

Stateless Object Oriented Programming vs. Functional Programming?

Is it possible to represent Higher-Order Abstract Syntax in Rust?

Are there any good Clojure benchmarks?

How to reduce memory usage in a Haskell app?

Idiomatic clojure for progress reporting?

Debugging functional code in Scala

what's a good persistent collections framework for use in java?

Tail recursive function to find depth of a tree in Ocaml

How can I understand "(.) . (.)"?

Python: Difference between filter(function, sequence) and map(function, sequence)

Besides a declarative language, is SQL a functional language?

Is there a Haskell equivalent of OOP's abstract classes, using algebraic data types or polymorphism?

Does functional programming mandate new naming conventions?