Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Timeout Error in Fraudulent Activity Notification HackerRank

Using foldl to count number of true values

Do you think functional language is good for applications that have a lot of business rules but very few computation? [closed]

Using ML in "Real-World" Applications

Pattern matching zero-argument functions in scala: mystified by warning

Can I pass an object's instance method to a method expecting a callback in Scala?

Are the implementation details of declarative languages inherently imperative

What's the difference of a "class" in Haskell and in an "abstract class" in OO language?

What to use instead of a list comprehension

Is if .. else .. an idiomatic way of writing things in F#?

f# functional-programming

Howto further constrain an existing type class in Haskell

What should be the result type of this function?

What does sharing refer to in the implementation of a functional programming language

File seeking with SML Basis

How can I recur from a Clojure catch block in a more functional manner?

Javascript vs Python with respect to Python 'map()' function

Is it possible to create a Functor instance for sorted binary trees in Haskell?

Are purely functional data structures always lock-free?

Race conditions in pure functional programming

Construct a random string of n length from a list using Elixir