Search
Explore the complete collection of articles about technology, development and design.
Mostrando 8 de 8 resultados para functional
- functional
Memoize
· 1 min de lecturaA more function memoizer
#declarative #Pure functions #Inmutable #currying #functors - functional
monads
· 1 min de lecturaExploring monads as specialized functors for handling null data and streamlining error handling in functional programming
#declarative #Pure functions #Inmutable #currying #functors - functional
Hindley-Milner notation
· 5 min de lecturaUnderstanding Hindley-Milner type notation in functional programming for expressing function signatures and type relationships
#declarative #Pure functions #Inmutable #currying #Hindley-Milner - functional
combinators
· 2 min de lecturaUnderstanding combinators in functional programming as higher-order pure functions for composing and controlling program flow
#declarative #Pure functions #Inmutable #currying #combinator - functional
programming functors
· 4 min de lecturaUnderstanding functors as a design pattern for safely manipulating wrapped values in functional programming
#declarative #Pure functions #Inmutable #currying - functional
transducers
· 1 min de lecturaExploring transducers in functional programming for efficient data transformation pipelines without creating intermediate values
#declarative #Pure functions #Inmutable #currying #functors #transducers - javascript functional
statement branching Vs micro-branching
· 1 min de lecturaComparing traditional statement branching with micro-branching techniques in JavaScript for more maintainable and functional code
#statement brnaching #micro-branching strategies - functional
functional programming
· 4 min de lecturaAn introduction to functional programming concepts including declarative programming, pure functions, immutability, and currying
#declarative #Pure functions #Inmutable #currying