Chaining
See original GitHub issueHi there and thanks for sharing your work!
You wrote that you want to keep the code base as lean as possible, but maybe this is at least interesting for another package on top of iterall.
Right now there is only forEach
available to work with iterators. But filter
, map
& friends are a must-have for many people, too. And I would definitely like to daisy-chain them.
Do you know of an implementation or do you plan one? 😃
Cheers, Andy
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Chaining | Nebraska Autism Spectrum Disorders Network
Chaining is an instructional strategy grounded in applied behavior analysis (ABA) theory. Chaining is based on task analysis, in which individual steps are ......
Read more >Chaining - Wikipedia
Chaining is a type of intervention that aims to create associations between behaviors in a behavior chain. ... A behavior chain is a...
Read more >Chaining - ABA: Applied Behavior Analysis
Chaining refers to a method of teaching a behavior using behavior chains. Behavior chains are sequences of individual behaviors that when linked together ......
Read more >What is "Chaining" in Applied Behavior Analysis?
Chaining is an instructional strategy in ABA to help individuals learn complex tasks by breaking them down into short, manageable steps. These behavior...
Read more >How to Use the Chaining Teaching Tool - Learning
Chaining is a teaching method wherein sub-skills are reinforced in a sequence to enable the learner to perform more complex behaviors.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@chicoxyzzy also - if you’re into transducers, the popular transducer library
transducers-js
already supports Iterables! It does so using the same fallback mechanics thatiterall
advocates for so that it works in all versions of JavaScript and not just ES2015. A+https://github.com/cognitect-labs/transducers-js/blob/master/src/com/cognitect/transducers.js#L44
Confusing, but not a type-o. MarkLogic has different rules for resolving imports than Node. I’ve got a task to publish to npm that will fix/clarify this and will allow use in Node and the browser. And now we’re officially off-topic for this thread…