• Bookmarks

    Bookmarks

  • Concepts

    Concepts

  • Activity

    Activity

  • Courses

    Courses


Referential transparency is a property of expressions in programming where an expression can be replaced with its corresponding value without changing the program's behavior. It is a fundamental aspect of functional programming, enabling easier reasoning about code and facilitating optimizations like memoization and parallelization.
History Empty State Icon

Log in to see lessons

3