Day 01 notes 2018-03-11
2018-03-12 本文已影响0人
刘洋_2ac6
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