Skip to content

kevinsullivan/cs2120f24

Repository files navigation

UVa CS 2120-002 F24 (Sullivan)

Here's the initial state of the evolving git repository for our class. If you don't know what something means (e.g.,' what's a git repo and how to fork one on GitHub) there are videos all over Youtube, TikTok, or whatever.

Setup

Here are instructions for getting started.

Getting started:

  • if you don't have a GitHub account, get one
  • if you don't have git installed on your laptop, do that now
  • Log into your github account
  • Navigate in GitHub to this repository
  • fork this/my GitHub repo (makes a copy in your GitHub account)
  • navigate back to your account, get the URL for your new repo copy
  • then use that URL to clone your fork (on GitHub) onto your laptop
  • if you don't already have it, install VSCode
  • in VSCode install the lean4 extension
  • in VSCode "File > open folder" your new cloned directory
  • click on Main.lean; VSCode will install Lean
  • sometimes you need to tell Lean to re-process a "red" file with CMD/CTRL-SHIFT-P the "Lean4: Restart File"
  • to be able to run Python files you'll need to have Python installed on your laptop

Lean4 Code Style

https://leanprover-community.github.io/contribute/naming.html