Skip to content

Commit

Permalink
Create Pype
Browse files Browse the repository at this point in the history
  • Loading branch information
kpwelsh authored Nov 20, 2024
1 parent 00a82ba commit 037bbc4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/Pype
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.

0 comments on commit 037bbc4

Please sign in to comment.