Skip to content

Pipe composition#109

Open
khengari77 wants to merge 1 commit intoJulienPalard:mainfrom
khengari77:main
Open

Pipe composition#109
khengari77 wants to merge 1 commit intoJulienPalard:mainfrom
khengari77:main

Conversation

@khengari77
Copy link

Allow for composable pipes. For example: p = where(lambda x: x < 5) | head is now a valid expression that will return a pipe composed of both functions.

…| head) is now a valid expression that will return a pipe composed of both functions
@khengari77
Copy link
Author

khengari77 commented Mar 12, 2025

I guess I am not the 1st one to come up with this idea I just saw #88. I am convinced this is a good idea but I'll have to test it thoroughly to see if any edge cases where missed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant