Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzhao271/py-lambda
Somewhat cursed Python scripts mostly focusing on lambda functions
https://github.com/rzhao271/py-lambda
Last synced: about 19 hours ago
JSON representation
Somewhat cursed Python scripts mostly focusing on lambda functions
- Host: GitHub
- URL: https://github.com/rzhao271/py-lambda
- Owner: rzhao271
- License: unlicense
- Created: 2022-12-06T07:17:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T07:18:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T10:06:54.693Z (17 days ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-lambda
This repository contains somewhat cursed Python scripts and experiments that are mostly focused on lambda functions.
`z.py`, whose contents show up in a lot of the other files, is based on the [strict fixed-point combinator](https://en.wikipedia.org/wiki/Fixed-point_combinator#Strict_fixed-point_combinator), which allows for recursion without having to use the `def` keyword.