Удален по просьбе правообладателя
  • Урок 1. 00:12:08
    Parsers, ASTs, Interpreters and Compilers
  • Урок 2. 00:12:02
    AST Interpreters and Virtual Machines
  • Урок 3. 00:12:19
    Compilers: AOT, JIT, Transpiler
  • Урок 4. 00:11:12
    Eva programming language
  • Урок 5. 00:07:03
    Self-evaluating expressions
  • Урок 6. 00:13:07
    Variables and Environments
  • Урок 7. 00:11:56
    Blocks: expression groups and Nested Scopes
  • Урок 8. 00:06:09
    Control flow: If and While expressions
  • Урок 9. 00:09:44
    Back to parsers: S-expression to AST
  • Урок 10. 00:06:54
    Built-in and Native functions
  • Урок 11. 00:13:57
    User-defined functions, Activation Records and Closures
  • Урок 12. 00:06:33
    Lambda functions and Functional programming
  • Урок 13. 00:09:37
    Call-stack and Recursive calls
  • Урок 14. 00:08:56
    Syntactic sugar: Switch, For, Inc, Dec operators
  • Урок 15. 00:10:50
    Object-oriented Eva: Classes
  • Урок 16. 00:04:24
    Class inheritance and Super calls
  • Урок 17. 00:09:35
    Code isolation: Modules and Imports
  • Урок 18. 00:13:27
    Final executable and specification