JuliaCollections / JuliaCollections/IterTools.jl

Proposal: filter_map, flat_map, findfirst_map, inspect, fuse

Open
#62 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
160
Forks
30
PR merge metrics
No merged PRs in 30d

Description

It would be better if we have some major iterator functions which Rust has.
Rust std::iter::Iterator

Especially, I'm eager for filter_map and flat_map.
(I personally think that filter_map and flat_map should better be in Base.Iterators...)

Enumerable module in ruby 2.7 will have flat_map and filter_map.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked Rust Iterator documentation and Ruby 2.7 Enumerable reference, then compare their filter_map, flat_map, findfirst_map, inspect, and fuse behavior with this Julia package. The issue names no files or tests, so the desired function set, API behavior, implementation location, and completion checks need to be clarified before work begins.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.