Loading [MathJax]/jax/output/HTML-CSS/jax.js

Higher-Order Programming » Lab Sessions

Session 0 (Solutions)

Lecturer: Jens Nicolay (jens.nicolay@vub.be) Assistant: Bjarno Oeyen (bjarno.oeyen@vub.be)

Numbers, Strings, Booleans...

Exercise 1


Each of these expressions evaluates to itself, with the exception of the procedures.

modulo, even?, +, >= and string-length are symbols that evaluate to a procedure.

Combinations

Exercise 2


Side note: Guy L. Steele and Gerald Jay Sussman are the names of the original designers of the Scheme programming language.

Exercise 3

e1=a+b2


e2=a+bec+df


e3=a×a+2×a×b+b×b


e4=a+bcd×egih


Procedures

Exercise 4


Exercise 5


Exercise 6


And, the other way around.


Exercise 7