All Projects → IPDSnelting → tba-2021

IPDSnelting / tba-2021

Licence: other
Materials for the course "theorem prover lab: applications in programming languages" at KIT, SS2021 edition

Programming Languages

Lean
33 projects
Dockerfile
14818 projects

Labels

Projects that are alternatives of or similar to tba-2021

lake
Lean 4 build system and package manager with configuration files written in Lean.
Stars: ✭ 39 (-18.75%)
Mutual labels:  lean4
SciLean
Scientific computing in Lean 4
Stars: ✭ 86 (+79.17%)
Mutual labels:  lean4
Saturn
Experiments with SAT solvers with proofs in Lean 4
Stars: ✭ 23 (-52.08%)
Mutual labels:  lean4
lean4-balance-car
Lean4 port of Arduino balance car controller
Stars: ✭ 26 (-45.83%)
Mutual labels:  lean4
mathlib4
Work in progress mathlib port for lean 4
Stars: ✭ 77 (+60.42%)
Mutual labels:  lean4

Open in Gitpod

tba-2021

Slides and exercises of the Lean 4 course Theorem prover lab: applications in programming languages at the Karlsruhe Institute of Technology, Summer 2021.

Setup

You can run and edit the Lean files in this repository either locally on your machine or using gitpod.io right in your browser. You can run Gitpod workspaces for free for 50 hours per month, which should be more than sufficient for the course, but you can switch to a local installation at any point.

Gitpod

  1. Register at https://gitpod.io/login/
  2. Go to https://gitpod.io/#/https://github.com/IPDSnelting/tba-2021/ to spawn a new workspace based on this repository. Whenever you click on that link again, you should get a fresh copy of the newest commit of the repository. Go to https://gitpod.io/workspaces/ instead to continue working on an existing workspace with your changes.
  3. When the workspace has finished loading, you should get a VS Code interface. Open the file TBA.lean to verify the setup.
  4. After a few more seconds, you should get a syntax-highlighted file with a "Lean Infoview" on the right that tells you the installed Lean version when placing your cursor on the last line. successful setup
  5. Don't forget to stop the workspace when you are done: press F1 and select "Gitpod: Stop Workspace". The workspace should stop automatically 30min after the last interaction or 3min after closing the tab, but sometimes it doesn't seem to.

Local Setup

  1. Follow the quickstart instructions up to creating the test file.
  2. Download this repository, either using git clone or the "Download ZIP" option on the green "Code" button above.
  3. Use "File > Open Folder..." to open the repository in VS Code.
  4. Open the file TBA.lean to verify the setup. You should get a syntax-highlighted file with a "Lean Infoview" on the right that tells you the installed Lean version when placing your cursor on the last line (see screenshot above).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].