Mostrando 6 de 20 resultados
- functional
Hindley-Milner notation
· 1 min de lecturaUnderstanding Hindley-Milner type notation in functional programming for expressing function signatures and type relationships
#declarative #Pure functions #Inmutable #currying #Hindley-Milner - experiment
particle system
· 1 min de lecturaExploring particle system animation techniques using Canvas and JavaScript for creating dynamic visual effects
#particle system - functional
combinators
· 1 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
· 1 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 - design patterns
testing prototype inheritance
· 1 min de lecturaExploring prototype inheritance in JavaScript using the call method to inherit properties and methods between objects and functions
#design patterns #prototype #inheritance