美文网首页
Day 01 notes 2018-03-11

Day 01 notes 2018-03-11

作者: 刘洋_2ac6 | 来源:发表于2018-03-12 23:03 被阅读0次

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

      本文链接:https://www.haomeiwen.com/subject/kufgfftx.html