Other Programming Languages

Most other programming languages have programming constructs similar to those we have learned in Scheme. The syntax is slightly different, but the concepts are the same.

Most of the concepts and design patterns that you have learned for Scheme will also be applicable in other languages. Linked lists and trees are fundamental data structures of Computer Science.

The following slides will show the similarities between Scheme constructs we have learned and similar constructs in the languages Pascal, C++ and Java.

Contents    Page-10    Prev    Next    Page+10    Index