summaryrefslogtreecommitdiff
path: root/computation/effects.md
diff options
context:
space:
mode:
authorJJ2024-01-05 02:37:28 +0000
committerJJ2024-01-05 02:37:28 +0000
commit439c5d3ef5fb8b8ebba28d45088d9b91db7418ac (patch)
tree279051b346a86c782b3b7ad3a954f1f8dab9bb54 /computation/effects.md
parent5ffac59a93388e16e90dbdd1c4f68d6a2f2c057a (diff)
meow
Diffstat (limited to 'computation/effects.md')
-rw-r--r--computation/effects.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/computation/effects.md b/computation/effects.md
deleted file mode 100644
index 17c558d..0000000
--- a/computation/effects.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-layout: computation
-title: computation/effects
----
-
-# effects
-
-posts
-- [Oleg Kiselyov's writings](https://www.okmij.org/ftp/)
-- [Exotic Programming Ideas: Effect Systems](https://www.stephendiehl.com/posts/exotic03.html)
-- [Faking algebraic effects and handlers with traits](https://blog.shtsoft.eu/2022/12/22/effect-trait-dp.html)
-- [From deliminated continuations to algebraic effects](https://blog.poisson.chat/posts/2023-01-02-del-cont-examples.html)
-- [OCaml effects tutorial](https://github.com/ocaml-multicore/ocaml-effects-tutorial)
-- [Simple functional effects with tag unions](https://www.youtube.com/watch?v=7SidSvJcPd0)
-- [Effect bibliography](https://github.com/yallop/effects-bibliography)
-
-papers
-- [What is algebraic about algebraic effects and handlers?](https://arxiv.org/abs/1807.05923)
-- [Asynchronous effects](https://dl.acm.org/doi/10.1145/3434305)
-
-languages
-- [Koka](https://koka-lang.github.io/koka/doc/book.html)
-- [Effekt](https://effekt-lang.org/)
-- [Eff](https://www.eff-lang.org/)
-- [Unison](https://www.unison-lang.org/)
-- [Effect handlers for WebAssembly](https://wasmfx.dev/)
-- [Coeffects: Context-aware programming languages](https://tomasp.net/coeffects/)