Skip to main content

A pure lambda-calculus interpreter that applies tabling to weak-head reduction, folding self-referential terms into finite cyclic graphs

Project description

tablambda

CI PyPI Python versions License: MIT

A pure lambda-calculus interpreter and compiler, realizing the semantics of the paper paper/tablambda.tex and depending on fixpoints.

pip install tablambda

You write ordinary pure lambda terms, and the interpreter gives them powers a pure language normally lacks:

  • Cyclic and infinite data structures, built and transformed directly, with no letrec, no added recursion construct, and no mutable references.
  • Automatic memoization and dynamic programming: repeated subproblems are shared for you, with no cache written by hand.
  • A diverging loop is detected and returns a meaningless value in finite time instead of hanging.

The companion compiler turns a term into a standalone Python module, so a program written once as a lambda term can also run as compiled code.

No parser is provided: terms are built directly in Python, with a small prelude of the usual combinators, Church numerals, and Scott-encoded lists.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tablambda-0.8.0.tar.gz (134.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tablambda-0.8.0-py3-none-any.whl (137.3 kB view details)

Uploaded Python 3

File details

Details for the file tablambda-0.8.0.tar.gz.

File metadata

  • Download URL: tablambda-0.8.0.tar.gz
  • Upload date:
  • Size: 134.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tablambda-0.8.0.tar.gz
Algorithm Hash digest
SHA256 e40d078cceda5548441d25657f0427cdbfad462eca9b8b4e742c21db1270dee9
MD5 5c4e9aedf0724f040edfa7664b0d6f2a
BLAKE2b-256 cb190c18d0e43490d448ec963d4380439227fc6d1e8718f4f750073e5b3dccab

See more details on using hashes here.

Provenance

The following attestation bundles were made for tablambda-0.8.0.tar.gz:

Publisher: ci.yml on Atry/tablambda

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tablambda-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: tablambda-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 137.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tablambda-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7659d015ded460222b0925d662d66283b76fb85998f260f30c5f86919f50f13e
MD5 d869ada5f4435140dd4ff440998c35e1
BLAKE2b-256 c0a2bbf62d5a65c522e7dd20e6336257411e819c8c503a3e63b612c0cb066bcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for tablambda-0.8.0-py3-none-any.whl:

Publisher: ci.yml on Atry/tablambda

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page