Post Scarcity
A prototype for a post scarcity programming environment
Loading...
Searching...
No Matches
loop.h
Go to the documentation of this file.
1/*
2 * loop.h
3 *
4 * Iteration functions. This has *a lot* of similarity to try/catch --
5 * essentially what `recur` does is throw a special purpose exception which is
6 * caught by `loop`.
7 *
8 * (c) 2021 Simon Brooke <simon@journeyman.cc>
9 * Licensed under GPL version 2.0, or, at your option, any later version.
10 */