Week 10 - Lambda Calculus Flashcards

1
Q

Calculi

A

Small and simple theoretical programming languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a delta reduction on a lambda term?

A

an ordinary arithmetic reduction (calculate the result of any arithmetic terms)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a beta reduction on a lambda term

A

Substitute the formal argument (x for example) with the actual argument (7 for example)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly