内容简介:Dafny is a programming language with a program verifier. As you type in your program, the verifier constantly looks over your shoulders and flags any errors. This github site contains these materials:
Dafny is a programming language with a program verifier. As you type in your program, the verifier constantly looks over your shoulders and flags any errors. This github site contains these materials:
- sources
- binary downloads for Windows, Mac, GNU/Linux, and FreeBSD
- the issue tracker
- the wiki, including frequently asked questions
Documentation about the dafny language and tools is located here . A reference manual is available both online and as pdf . (A LaTeX version can be produced if needed.)
Community
You can ask questions about Dafny on Stack Overflow or participate in general discussion on Dafny's.
Try Dafny
The easiest way to get started with Dafny is to use rise4fun , where you can write and verify Dafny programs without having install anything. On rise4fun , you will also find the online Dafny tutorial. It is also easy to install Dafny on your own machine in VS Code, which gives you a much better user experience than in the web browser.
Setup
See installation instructions on the wiki and instructions for installing the Dafny mode for Emacs .
Read more
Here are some ways to get started with Dafny:
- 4-part course on the Basics of specification and verification of code :
- Lecture 0: Pre- and postconditions (19:08)
- Lecture 1: Invariants (20:56)
- Lecture 2: Binary search (21:14)
- Lecture 3: Dutch National Flag algorithm (20:33)
- New overview article: Accessible Software Verification with Dafny , IEEE Software, Nov/Dec 2017
- Online tutorial , focusing mostly on simple imperative programs
- 3-page tutorial notes with examples (ICSE 2013)
- Dafny Quick Reference
- Language reference for the Dafny type system , which also describes available expressions for each type
- Cheatsheet : basic Dafny syntax on two pages
- Dafny Reference Manual [ html ] [ pdf ]
- Dafny Power User
- Videos at Verification Corner
The language itself draws pieces of influence from:
- Euclid (from the mindset of a designing a language whose programs are to be verified),
- Eiffel (like the built-in contract features),
- CLU (like its iterators, and inspiration for the out-parameter syntax),
- Java, C#, and Scala (like the classes and traits, and syntax for functions),
- ML (like the module system, and its functions and inductive datatypes), and
- Coq and VeriFast (like the ability to include co-inductive datatypes and being able to write inductive and co-inductive proofs).
External contributions
- Haskell-to-Dafny translator , by Duncan White
- Vim-loves-Dafny mode for vim, by Michael Lowell Roberts
- Boogie-Friends Emacs mode
Contributors
To enforce some basic style conventions, we've adopted pre-commit . We're using their default hooks . When you clone Dafny, install pre-commit as per the instructions . For example, on OSX you do
$ brew install pre-commit
Then run
$ pre-commit install
This will install pre-commit hooks in your .git/hooks directory.
Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct . For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
License
Dafny itself is licensed under the MIT license. (See LICENSE.txt in the root directory for details.) The subdirectory third_party contains third party material; see NOTICES.txt for more details.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数学建模(原书第5版)
[美] Frank R. Giordano、[美] William P.Fox、[美] Steven B.Horton / 叶其孝、姜启源 / 机械工业出版社 / 2014-10-1 / 99.00元
《华章数学译丛:数学建模(原书第5版)》旨在指导学生初步掌握数学建模的思想和方法,共分两大部分:离散建模和连续建模,通过本书的学习,学生将有机会在创造性模型和经验模型的构建、模型分析以及模型研究方面进行实践,增强解决问题的能力。 《华章数学译丛:数学建模(原书第5版)》对于用到的数学知识力求深入浅出,涉及的应用领域相当广泛,适合作为高等院校相关专业的数学建模教材和参考书,也可作为参加国内外数......一起来看看 《数学建模(原书第5版)》 这本书的介绍吧!