Lecture 5: Self-evaluating expressions

You will learn:

  • Eval -- the core of an interpreter
  • Self-evaluating expressions
  • Numbers and Strings
  • TDD (Test-driven development)
  • Addition operation

Project source code: https://github.com/DmitrySoshnikov/eva-source

Assignments:

  • Implement and fix complex addition: (+ (+ 2 3) 5)

Complete and Continue  
Discussion

4 comments