A lambda calculus engine
This repository has been archived on 2024-11-05. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Mark 03e742821d
Comments
2022-10-28 20:45:26 -07:00
.vscode Minor improvements 2022-10-28 19:48:12 -07:00
lamb Comments 2022-10-28 20:45:26 -07:00
misc Changed icon 2022-10-28 19:42:32 -07:00
.editorconfig Added metafiles 2022-10-20 11:01:50 -07:00
.gitignore Cleanup & build files 2022-10-21 21:01:06 -07:00
LICENSE Cleanup & build files 2022-10-21 21:01:06 -07:00
README.md Minor improvements 2022-10-28 19:48:12 -07:00
build_bin.py Cleanup & build files 2022-10-21 21:01:06 -07:00
pyproject.toml Cleanup & build files 2022-10-21 21:01:06 -07:00
setup.py Cleanup & build files 2022-10-21 21:01:06 -07:00

README.md

Lamb: A Lambda Calculus Engine

Todo (pre-release):

  • \alpha-equivalence check
  • Prettyprint functions (rename bound variables)
  • Write a nice README
  • Fix colors
  • Print macro content if only a macro is typed

Todo:

  • History accessible in prompt
  • Command and macro autocomplete
  • step-by-step reduction
  • Syntax highlighting: parenthesis, bound variables, macros, etc
  • PyPi package
  • Smart alignment in all printouts
  • Full-reduce option
  • Free variable warning

Mention in Docs

  • lambda functions only work with single-letter arguments
  • church numerals
  • how to install