What is Nostr?
Dan Piponi /
npub1xs3…grae
2024-04-29 20:01:47

Dan Piponi on Nostr: I'd love something like algebraic effects in C++. So I could write code like: handle ...

I'd love something like algebraic effects in C++. So I could write code like:

handle (new-> MyOwnMemoryAllocator)
{
int* x = new int[n];
...
}

or

handle(out -> Log)
{
out << "debugging stuff" << endl;
}
Author Public Key
npub1xs30e0pj7velktf5sxewnqf93tu2pdt3s6wtl6fug2tzgy8zxthsgfgrae