Skip to content

Syntacticlosure/eff

Repository files navigation

eff

A Library Provides Extensible Effects in Racket.

The typed version has several limitations due to the design of Typed Racket,so we rewrite it in untyped racket and get a simpler and more efficient design.

We did't use any Any and unsafe operations in the code.

The typed version stem from the design of extensible effects in ocaml (the paper Eff Directly in OCaml), but it doesn't work well with typed racket.

Untyped Version

See branch untyped. We recommend the untyped version for production use.

Usage

See tests.

What is Extensible Effects?

See eff lang.

About

A Library Provides Extensible Effects in Racket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages