Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purely-functional

Is it possible to write an impure template in C++?

Is it possible for pure functions in Haskell to mutate local copies of variables?

`is pure` trait and default parameters

Why is printf() an impure function?

c printf purely-functional

Is there a way to cache a function result in elm?

elm purely-functional

What does it mean to "run" inside a monad?

F# UnitTesting function with side effect

How to know when an apparently pure Haskell interface hides unsafe operations?

Are all pure functions in functional programming continuous?

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?