Skip to content

Highlight the redex, recursive definitions, new implementation

Latest
Compare
Choose a tag to compare
@cdparks cdparks released this 27 Sep 06:31
· 87 commits to main since this release
  • lambda-machine now highlights the redex:
    • A global to be fetched is underlined in green
    • A function to be applied is underlined in blue, and its argument is underlined in red
  • Top-level definitions can now use direct recursion
  • The implementation has changed from naive substitution to a call-by-need abstract machine