Skip to content

Commit

Permalink
slides folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hearnadam committed Nov 3, 2024
1 parent eee3eba commit 1f28291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Binary file added slides/out/talk.pdf
Binary file not shown.
7 changes: 2 additions & 5 deletions kyo-workshop.md → slides/talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ autoscale: false
- Kyo is a powerful toolkit for developing with Scala
- Built from a series of standalone modules:
- `kyo-data`: Low allocation, performant structures
- `kyo-prelude`: Side-effect free *Algebraic effects*
- `kyo-prelude`: Side-effect free **Algebraic effects**
- `kyo-core`: Effects for IO, Async, & Concurrency
- `kyo-scheduler`: high performance adaptive scheduler
- `kyo-scheduler-zio`: run your ZIO App!
Expand Down Expand Up @@ -64,9 +64,6 @@ autoscale: false
^ Often you may see languages refer to specific Effects as Abilities
^ Since most of Kyo doesn't do that, I won't but it's a useful mental model.

---


---
# Why use Algebraic Effects?

Expand All @@ -76,7 +73,7 @@ autoscale: false

# Why use Kyo?

- Includes flexible algebraic effects in *Scala*
- Includes flexible algebraic effects in **Scala**
- Designed for simplicity and performance
- Core effect handling is not restricted to included effects
- User defined effects are
Expand Down

0 comments on commit 1f28291

Please sign in to comment.