generated from techfolios/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
28 additions
and
147 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
layout: project | ||
type: project | ||
image: img/maho/maho-square.png | ||
title: "Maho" | ||
image: img/pype/pype-square.png | ||
title: "Pype" | ||
date: 2024 | ||
published: true | ||
labels: | ||
- Python | ||
- Multi-Processing | ||
- Inter Process Communication | ||
summary: "TODO: " | ||
- Functional Programming | ||
- Developer egronomics | ||
summary: "Adding specialized Stream classes and infix operators to improve developer ergonomics when writing functional-style python code." | ||
--- | ||
# Pype | ||
|
||
# Pype | ||
Python as a language is biased towards imperative, object oriented programs. While the support for functional or more declarative programming exists, it is limited and clunky compared to functional first languages (or simply more flexible ones). Pype is a small, targeted library that intends to improve developer ergonomics when writing functional python by introducing more powerful notion of stream processing and infix operations for mapping, applying, collecting, and executing pipelines. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.