🧱 v0.0.0-dev.1

 

🧱 v0.0.0-dev.1 — First Brick

We’re excited to announce the very first prerelease of @fizzwiz/fluent: v0.0.0-dev.1 — the First Brick in what we hope will become a foundational library for expressive, composable iteration.

This version introduces the core abstractions:

  • Each — for lazy, fluent iteration.
  • What — for powerful search space modeling.
  • Path — a structural utility class essential for combinatorial workflows.

These concepts form the backbone of the library and open the door to elegant patterns like Search-and-Select, early restriction, and composable iteration chains.

🧪 This is a prerelease, but it's fully functional and ready to explore. Your feedback now will help shape what comes next.


Start experimenting. Share thoughts. Let’s refine it together.
 @fizzwiz ✨

Comments

Popular posts from this blog

✨ Bridging Natural Language and Code

⚡ Early vs. Late Restriction