Live stream preview

Watch this video and more on Lambda World

Watch this video and more on Lambda World

Sketching streams with aquascape by Zainab Ali

Lambda World 25 • 38m

Up Next in Lambda World 25

  • The Mastermind behind Refinement Type...

    Should your function only admit positive integers? Does it always return non-empty lists? Refinement types are wonderful: beyond typing, you can annotate the behaviour of your function values. It's a great ally for the correctness of a program, but there is fine print: obviously the wonder is not...

  • From Exception Hell to Typed Bliss: R...

    Error handling often turns into a production nightmare: monitoring alerts triggered by invalid user input, critical issues lost in log noise, and users abandoning forms after fixing one error at a time. Meanwhile, teams debate whether functional programming solutions are worth the steep learning ...

  • Starship Enterprise: Functional Progr...

    Practicing functional programming inside a Fortune 100 enterprise can feel like flying the Starship Enterprise through asteroid fields of legacy code and bureaucracy. This talk shares hard-earned lessons from the Information Engineering team at JPMorganChase, which runs a production Scala codebas...