intro-to-fp-bird-wadler

所属分类:Python编程
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-09-23 18:24:03
上 传 者sh-1993
说明:  函数编程导论中的Python示例,
(Python Examples from Introduction to Functional Programming,)

文件列表:
.vscode/ (0, 2023-09-23)
.vscode/settings.json (125, 2023-09-23)
LICENSE (1070, 2023-09-23)
intro_to_fp_bird_wadler/ (0, 2023-09-23)
intro_to_fp_bird_wadler/__init__.py (0, 2023-09-23)
intro_to_fp_bird_wadler/ch4/ (0, 2023-09-23)
intro_to_fp_bird_wadler/ch4/__init__.py (0, 2023-09-23)
intro_to_fp_bird_wadler/ch4/numbers_to_words.py (1252, 2023-09-23)
intro_to_fp_bird_wadler/ch4/text_processing.py (2587, 2023-09-23)
intro_to_fp_bird_wadler/ch4/variable_length_arithmetic.py (4400, 2023-09-23)
intro_to_fp_bird_wadler/common.py (891, 2023-09-23)
poetry.lock (3179, 2023-09-23)
pyproject.toml (498, 2023-09-23)
screenshots/ (0, 2023-09-23)
screenshots/numbers_to_words.png (1125848, 2023-09-23)
screenshots/text_processing.png (1244356, 2023-09-23)
screenshots/variable_length_arithmetic.png (992135, 2023-09-23)
tests/ (0, 2023-09-23)
tests/__init__.py (0, 2023-09-23)
tests/test_numbers_to_words.py (8326, 2023-09-23)
tests/test_text_processing.py (4033, 2023-09-23)
tests/test_variable_length_arithmetic.py (1007, 2023-09-23)

# Python Examples from Introduction to Functional Programming This repo contains examples from one of my favorite FP books, [Introduction to Functional Programming](https://www.amazon.com/Introduction-Functional-Programming-Prentice-International/dp/0134841972) by Richard Bird and Philip Wadler. I've translated the examples as faithfully as I could from Miranda to Python + mypy. ## Install the dependencies `poetry install` ## Run the tests `poetry run pytest`

近期下载者

相关文件


收藏者