1 Repo
Splitting a collection containing multiple types into distinct collections based on those types.
Distinct from Value-Log Separation: None of the candidates cover the functional data operation of partitioning a collection by type.
Explore 1 awesome GitHub repository matching data & databases · Mixed Value Separation. Refine with filters or upvote what's useful.
Elvish is a shell that combines interactive command-line use with a structured scripting language, designed to make both everyday terminal work and automation tasks more predictable and readable. It parses, compiles, and executes code in three phases, catching syntax and variable errors before any code runs, and it aborts execution on command failure by default to prevent silent errors. The shell introduces value-oriented pipelines that pass structured data like lists, maps, and closures between commands, preserving types without serialization. It also mixes traditional byte streams with thes
Combines traditional byte pipes with value pipes in a single pipeline, capturing both unstructured text and structured data simultaneously.