Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 697 Bytes

resources.md

File metadata and controls

24 lines (18 loc) · 697 Bytes
layout title permalink
page
/resources/

We make extensive use of Coq theorem prover in this class.

Installing Coq

  • You can play around with Coq in a browser using jsCoq, although this is not recommended for serious development.

  • Coq platform binaries are available for Mac and Windows. Coq platform includes a stand-alone IDE for Coq development called Coqide.

  • Alternatively, you can use Visual Studio Code as an IDE for Coq development with help of a vscode plugin called vscoq. See here for instructions.