TLA+(待续...)

简介:

https://learntla.com/introduction/

https://en.wikipedia.org/wiki/TLA%2B

http://www.top100summit.com/think/12702

https://www.jianshu.com/p/7ae049ce4a82

 

TLA+ is a formal specification language. Its a tool to design systems and algorithms, then programmatically verify that those systems dont have critical bugs. Its the software equivalent of a blueprint.

A specification language is a formal language in computer science used during systems analysis, requirements analysis and systems design to describe a system at a much higher level than a programming language, which is used to produce the executable code for a system.

 

 

目标:

初阶目标:检验状态机的合理性。

高阶目标:设计无漏洞的系统和算法。

posted on 2018-09-25 19:40  SunnyPoem  阅读(416)  评论(0)    收藏  举报