libhandler
libhandler copied to clipboard
Libhandler implements algebraic effects and handlers in portable C99. Monads for free in C.
Usage: ./configure --prefix=/usr make depend make make install After this, programs can be built against this library using the standard `gcc -lhandler` syntax.
Hi, when I was trying to build a project that uses `libhandler` on Mac (Mojavae), it causes the following error: ``` Undefined symbols for architecture x86_64: "_lh_check_value_ptr", referenced from: _prt_receive...
…utput for http_execute
After testing some use cases with different handlers op kind, I realized that `LH_OP_SCOPED` seems slower than `LH_OP_GENERAL`. I tried changing the handler kind on https://github.com/koka-lang/libhandler/blob/master/test/test-state.c#L57-L58 (and the corresponding resume...
Assembler folder does not have anything for PPC. Is it possible to add it? I can do testing, but cannot, unfortunately, write assembler from scratch.