(lds) with coroutines #29

Open
opened 3 years ago by MightyPork · 0 comments
Owner

For generator output to work in lds, it will have to be translated to something like:

(:x)
(ld @dst @src)
(j.neof :x)

Buffers have a special behavior with lds (lds iterates the buffer without consuming its items).

Either that must be removed, or this "transformation" must be done at run-time: lds will return a flag to indicate if the operation should be retried or not.

For generator output to work in lds, it will have to be translated to something like: ``` (:x) (ld @dst @src) (j.neof :x) ``` Buffers have a special behavior with lds (lds iterates the buffer without consuming its items). Either that must be removed, or this "transformation" must be done at run-time: lds will return a flag to indicate if the operation should be retried or not.
MightyPork added the
enhancement
ft-core
labels 3 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

0001-01-01

Dependencies

No dependencies set.

Reference: MightyPork/crsn#29
Loading…
There is no content yet.