Releasing Kyo: When Performance Meets Elegance In Scala by Flavio Brasil

Поділитися
Вставка
  • Опубліковано 5 бер 2024
  • "Releasing Kyo: When Performance Meets Elegance In Scala" by Flavio Brasil at Functional Scala 2023.
    In this presentation, Flavio introduces Kyo, a next-gen effect system for Scala, offering a fresh approach with algebraic effects. Kyo stands out by avoiding complex Category Theory and cryptic symbols, making development intuitive yet robust. It extends ZIO's effect rotation for greater flexibility and simpler design, also featuring direct syntax and a wide range of built-in effects. Dive into the unveiling of Kyo, its design philosophy, and performance benchmarks.
    ➡️ Join us for an ultimate functional experience at LambdaConf 2024 in May: www.lambdaconf.us/
    #Scala #functionalprogramming #functionalscala
  • Наука та технологія

КОМЕНТАРІ • 4

  • @MartinMauch
    @MartinMauch 2 місяці тому +2

    Amazing work Flavio!!
    I've been digging through the code and checking out the LLM features.
    I must admit, I haven't fully understood how to use them yet, but I hope I can dig a little further in the next weeks.

  • @hubstrangers3450
    @hubstrangers3450 2 місяці тому +1

    Thank you.....

  • @ZelenoJabko
    @ZelenoJabko 2 місяці тому

    Why are the angle brackets the other way around compared to the docs?

  • @ZelenoJabko
    @ZelenoJabko 2 місяці тому

    Very nice, much improved compared to ZIO in terms of maintainability and simplify.
    But unfortunately, it is (like ZIO) slow like a dog compared to a hand-written mutable code.