Day 01 notes 2018-03-11

The six basic operations/primitives that gives a language Turing completeness are:

Right: Move the Machine’s head to the right of the current square
Left: Move the Machine’s head to the left of the current square
Print: Print a symbol on the current square
Scan: Identify any symbols on the current square
Erase: Erase any symbols presented on the current square
Nothing/halt: Do nothing
  • primitives 原语
  • syntax 语法
  • static semantics 语义

int, float, bool, NoneType
type() to see what type object is

你可能感兴趣的:(Day 01 notes 2018-03-11)