Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.