Awesome Jev: early projects and use cases
A community-curated list gathers early Jev projects and ideas for developers who already have API access.
Developer Tal Saiag shares a Jev pattern: each call deliberately leaves a small piece of state only for the next Jev call, which he calls 'Jev carry state'.
One Jev pattern I’ve been playing with that I haven’t seen discussed much: each call deliberately leaves behind a small piece of state only for the next Jev call. I’ve started thinking of it as Jev carry state. I pass Jev the normal application state it needs to decide.