Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename and improve the Plutus foundation page #6488

Merged
merged 4 commits into from
Sep 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address comments
  • Loading branch information
zliu41 committed Sep 18, 2024
commit 4bce2832f1020a549b35e4b451f78cb1e86c47e4
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A UPLC program included in a Cardano transaction is often referred to as a Plutu
### Typed Plutus Core and Plutus IR

Typed Plutus Core (TPLC) is the intrinsically typed counterpart of UPLC.
It is based on higher-order polymorphic lambda calculus (System ).
It is based on higher-order polymorphic lambda calculus with isorecursive types (System Fωμ).
TPLC serves as a low-level intermediate representation (IR) for the Plutus Tx compiler.
TPLC is closely related to UPLC, and compiling TPLC into UPLC is simply a matter of erasing types.

Expand All @@ -42,6 +42,4 @@ See [Overview of Languages Compiling to UPLC](../delve-deeper/languages.md) for

The formal details of Plutus Core are in its [specification](https://github.com/IntersectMBO/plutus#specifications-and-design).

The design is discussed in our [technical report](https://plutus.cardano.intersectmbo.org/resources/plutus-report.pdf).

PIR is discussed in [_Unraveling recursion: compiling an IR with recursion to System F_](https://iohk.io/en/research/library/papers/unraveling-recursion-compiling-an-ir-with-recursion-to-system-f/).
Loading