Algebraic Thinking for evolution of pure functional domain models by Debasish Ghosh

Поделиться
HTML-код
  • Опубликовано: 19 сен 2024
  • Scala Love in the City Conference 2021
    Algebraic Thinking for evolution of pure functional domain models
    The focus of the talk is to emphasize the importance of algebraic thinking when designing pure functional domain models. The talk begins with the definition of an algebra as consisting of a carrier type, a set of operations/functions and a set of laws on those operations. Using examples from the standard library, the talk shows how thinking of abstractions in terms of its algebra is more intuitive than discussing its operational semantics. The talk also discusses the virtues of parametricity and compositionality in designing proper algebras. Algebras are compositional and help build larger algebras out of smaller ones. We start with base level types available in standard libraries and compose larger programs out of them. We take a real life use case for a domain model and illustrate how we can define the entire model using the power of algebraic composition of the various types. We talk about how to model side-effects as pure abstractions using algebraic effects. At no point we will talk about implementations. At the end of the talk we will have a working model built completely out of the underlying algebra of the domain language.

Комментарии • 1

  • @BenHutchison
    @BenHutchison 3 года назад +4

    AFAIK his name has been misspelled; it's Ghosh not Ghost