You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be extremely interesting to transform functional program with recursion and pattern matching into lambda calculus, supercompile it and then translate it back.
See two papers:
Efficient Interpretation by Transforming Data Types and Patterns to Functions
Comprehensive Encoding of Data Types and Algorithms in the λ-Calculus
The text was updated successfully, but these errors were encountered:
It should be extremely interesting to transform functional program with recursion and pattern matching into lambda calculus, supercompile it and then translate it back.
See two papers:
The text was updated successfully, but these errors were encountered: