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
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: project | ||
type: project | ||
image: img/maho/maho-square.png | ||
title: "Maho" | ||
date: 2024 | ||
published: true | ||
labels: | ||
- Python | ||
- Multi-Processing | ||
- Inter Process Communication | ||
summary: "TODO: " | ||
--- | ||
# 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. |