Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purely-functional

Analysis and Design for Functional Programming [closed]

Haskell: use last reference to a variable to efficiently create a new variable

Can pure functions be asynchronous?

How does the presence of the "error" function bear on the purity of Haskell?

How Monads are considered pure?

Would the ability to declare Lisp functions 'pure' be beneficial?

Determine if a static method is purely functional

Locally editing a purely functional tree

How can I avoid nested ternary expressions in my code?

Why must we use state monad instead of passing state directly?

When is it okay to modify a variable in functional languages?

How lazy evaluation forced Haskell to be pure

F# PurelyFunctionalDataStructures WeightBiasedLeftistHeap ex 3.4

In pure functional languages, is data (strings, ints, floats.. ) also just functions?

How to check if a function is pure in Python?

Scala fold right and fold left

How to implement "return early" logic in F#

Side effects in Scala

Scala String Equality Question from Programming Interview

A way to avoid a common use of unsafePerformIO