Skip to content

Experiments with native math support #3

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

marvinborner
Copy link
Owner

This adds some builtin functions for native math operators. Theoretically we could add a 1:1 correspondence to Church operators such that substituting on a builtin operator would actually behave the same as on pure lambda terms -- this would also enable base64 encoding in the URL (which could be decoded while parsing to the builtin operators)

The current state is quite chaotic since our reduction is inherently flawed (see #2), so this will remain a proof-of-concept for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant