zambranoconz / 202111-tc2006.1

Source code developed in class for the Programming Languages course, section 1, February-June semester, 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tc2006.1 Programming Languages

Tecnológico de Monterrey, Estado de México.

This project contains all the source files that the course instructor will be writing in class during the 2021 February-June semester.

You can inspect the files directly through this site, or you can use git to obtain a local copy of these. In the latter case, you must do the following:

  1. If necessary, install a git client in your computer.

  2. Clone this repository. Type at the terminal:

    git clone https://github.com/ariel-ortiz/202111-tc2006.1.git tc2006
  3. Change your current working directory to tc2006:

    cd tc2006

    You will find all the project source files under this directory.

  4. Every time the instructor updates an existing file or creates a new one, you will need to run the repository pull command. Type at the terminal from within the tc2006 directory:

    git pull

About

Source code developed in class for the Programming Languages course, section 1, February-June semester, 2021.

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 98.9%Language:Clojure 1.1%