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

Implement compiler of lambda calculus #55

Open
kamil-adam opened this issue Feb 20, 2022 · 0 comments
Open

Implement compiler of lambda calculus #55

kamil-adam opened this issue Feb 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kamil-adam
Copy link
Contributor

kamil-adam commented Feb 20, 2022

https://en.m.wikipedia.org/wiki/Church_encoding

  • App/Cal
  • Abs/Fun index
  • Arg/Par
  • DefineCombinator
  • Define
  • Begin
  • Load

Brackets:

  • () for apply
  • [] for list
  • {} for tuple

Other

  • lambda \
  • nil ~
  • Atom/Symbol - big letter
  • text ""
  • char '
@kamil-adam kamil-adam added enhancement New feature or request good first issue Good for newcomers labels Feb 20, 2022
@kamil-adam kamil-adam pinned this issue Feb 20, 2022
@kamil-adam kamil-adam transferred this issue from helvm/helpa Feb 23, 2022
@kamil-adam kamil-adam pinned this issue Feb 24, 2022
@kamil-adam kamil-adam added this to the 1. Combinator Assemblers milestone Sep 6, 2022
@kamil-adam kamil-adam transferred this issue from helvm/helms Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants