Search
Explore the complete collection of articles about technology, development and design.
Mostrando 7 de 7 resultados para AI
- functional
monads
Exploring 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
Understanding Hindley-Milner type notation in functional programming for expressing function signatures and type relationships
#declarative #Pure functions #Inmutable #currying #Hindley-Milner - functional
combinators
Understanding combinators in functional programming as higher-order pure functions for composing and controlling program flow
#declarative #Pure functions #Inmutable #currying #combinator - functional
transducers
Exploring transducers in functional programming for efficient data transformation pipelines without creating intermediate values
#declarative #Pure functions #Inmutable #currying #functors #transducers - functional
programming functors
Understanding functors as a design pattern for safely manipulating wrapped values in functional programming
#declarative #Pure functions #Inmutable #currying - javascript
statement branching Vs micro-branching
Comparing traditional statement branching with micro-branching techniques in JavaScript for more maintainable and functional code
#statement brnaching #micro-branching strategies - functional
functional programming
An introduction to functional programming concepts including declarative programming, pure functions, immutability, and currying
#declarative #Pure functions #Inmutable #currying