Live stream preview

Watch this video and more on Lambda World

Watch this video and more on Lambda World

Does FP still matter in the era of AI?

Lambda World 25 • 32m

Up Next in Lambda World 25

  • Verse - A New Functional Logic Langua...

    Verse is a functional logic language mainly designed by Tim Sweeney at Epic Games. It has several unique features. In this talk I will briefly present the language, and dive a little deeper into the novel way function definitions work.

  • From Functions to Inlinable Effects i...

    In this talk, we'll explore how Kotlin combines imperative and functional programming styles. We'll look at how to manage effects without relying on effect handlers, how inline functions play a key role, and how must-use return values help gently distinguish pure functions from those with side ef...

  • Complexity is a sin by Volodymyr Yaro...

    Code complexity is something that turns “new fun project” into “legacy code”, if left uncontrolled. Unfortunately, you cannot write CI check for it, so it is up to developers discipline in every PR. This talk is about recognising complexity, accessing the potential damage and how to fix it.