koka VS wasm-effect-handlers

Compare koka vs wasm-effect-handlers and see what are their differences.

wasm-effect-handlers

WebAssembly specification, reference interpreter, and test suite with effect handlers extension. (by effect-handlers)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
koka wasm-effect-handlers
31 1
3,036 30
1.4% -
9.8 2.0
6 days ago almost 2 years ago
Haskell WebAssembly
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

koka

Posts with mentions or reviews of koka. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.

wasm-effect-handlers

Posts with mentions or reviews of wasm-effect-handlers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-14.
  • Can continuation passing style code perform well?
    3 projects | news.ycombinator.com | 14 Apr 2021
    This won't be a very deep answer, but to connect with the original post, programming in CPS is more closely related to delimited continuations than call/cc is because the continuations are just ordinary functions in the host language, unlike call/cc continuations which are a bit more complex.

    As for why delimited continuations are not more popular, many people find shift/reset a bit difficult to program with. In particular the type systems for them are a bit odd and some variants like prompt/control don't have nice type systems for them. Currently, the closely related notion of (algebraic) effect handlers is quite popular in the functional language design community as something quite similar in expressive power but more intuitive for programming and with very natural typing. The Koka language has a lot of nice introductory resources if you are interested in learning more: https://github.com/koka-lang/koka . There's even a serious proposal for adding something based on these to webassembly: https://github.com/effect-handlers/wasm-effect-handlers .

What are some alternatives?

When comparing koka and wasm-effect-handlers you can also consider the following projects:

effekt - A research language with effect handlers and lightweight effect polymorphism

interface-types

rust - Empowering everyone to build reliable and efficient software.

threads - Threads and Atomics in WebAssembly

FStar - A Proof-oriented Programming Language

gc - Branch of the spec repo scoped to discussion of GC integration in WebAssembly

dafny - Dafny is a verification-aware programming language

simd - Branch of the spec repo scoped to discussion of SIMD in WebAssembly

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

pymen

Rust-for-Linux - Adding support for the Rust language to the Linux kernel.

reference-types - Proposal for adding basic reference types (anyref)