RU beehive logo ITEC dept promo banner
ITEC 380
2008fall
ibarland

homeinfolecturesexamsarchive

lect10a
a tree processing framework

Talking points:


1 Java also does automatic type-conversion in other instances, too      

2 Actually, the compiler checks for multiple uses of the same string-literal, and is free (but not required!) to share memory. This means that the result of if ("hi"=="hi") is compiler-dependent.      

3 This isn't quite precise: the compiler is allowed to pre-compute literal-string concatenations at compile time, but calls to concat must be made at run-time.      

4This could be written equivalently as: (define (xtag-tag some-xtag) (first some-xtag))      

5 This could be written equivalently as: (define (xtag-contents some-xtag) (rest (rest some-xtag)))      

homeinfolecturesexamsarchive


©2008, Ian Barland, Radford University
Last modified 2008.Nov.03 (Mon)
Please mail any suggestions
(incl. typos, broken links)
to iba�rlandrad�ford.edu
Powered by PLT Scheme