Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purely-functional

Can this be considered a pure function (functional programming)?

implementing a basic search engine with prefix tree

Handling WebExceptions properly?

F# functional coupled iteration: performance issue and preferred functional style

Explicit Purely-Functional Data-Structure For Difference Lists

PHP Pure functions

php purely-functional

Avoid revisiting node in an invariant directed graph

Purity of Memoized Functions in D

How to write a pure String to String function in Haskell FFI to C++

GCC optimization of pure functions

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?

How to perform side-effects in pure functional programming?