Giter Site home page Giter Site logo

compsci631's Introduction

COMPSCI631 Support Code

Setup

This code is unlikely to work with Windows. It has been tested under Mac OS X and Linux.

  • Install OPAM. I recommend following the directions under Using your distribution's package system instead of using the generic installation script.

  • Check the version of OCaml installed by running:

    ocaml -version
    

    You should have version 4.06.1 installed (4.07 will not work). If the wrong version is installed, run the following command:

    opam switch 4.06.1
    

    Follow any on-screen directions that the command provides. In particular, you will probably need to run:

    eval `opam config env`
    

    followed by:

    opam update
    
  • To install the support code for this class, run:

    opam pin add compsci631 https://github.com/plasma-umass/compsci631.git
    opam install compsci631
    

    This will install the required support packages for COMPSCI631 assignments.

Editor Setup

I strongly recommend using Visual Studio Code with the OCaml and Reason IDE extension.

To get the most of the extension, you'll need to install Merlin. Once installed, in the same directory as your OCaml code, create a file called .merlin with the line:

PKG compsci631

This line configures auto-completion to use the types in the course library.

compsci631's People

Contributors

arjunguha avatar baxtersa avatar bdevorem avatar bpowers avatar lepisma avatar poddarh avatar rachitnigam avatar sunfinite avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.