Giter Club home page Giter Club logo

cis-194-summer-2022's Introduction

CIS194: Spring 2022

A slightly modified version of UPenn's CIS 194 course, with tests!

Schedule

Week Lecture Assignment Due
1 Introduction to Haskell cc numbers
2 Algebraic Data Types log parsing
3 Recursion patterns, polymorphism, and the Prelude code golf
4 Parametric Polymorphism BST, recursion
5 More polymorphism and type classes calculator
6 Lazy evaluation streams
7 Monoids monoids
8 Functors Applicative functors (part 1) parsers, part one
9 Applicative functors (part 2) parsers, part two
10 Property-based Testing w/QuickCheck testing
11 Monads risk
12 IO Monad IO

Getting Started

Initialize Stack

We use Stack to build our project. After cloning the repository, run stack build from its root.

Running the Tests

Assignments are tested with Hspec and QuickCheck. Run the full test suite upon cloning the project using the stack test command. Before running the tests, this command will install all test dependencies. Then, you'll be able to run a single test:

15:10 $ stack build && stack test --test-arguments '--match=Homework.Week01'

Contributors

This test suite and lesson plan has been built out over the years with help from (but not limited to): acruikshank, aztecrex, clkunzang, coopernurse, finalfantasia, jxv, laser, lexi-lambda, markw, michaelavila, and will-wow.

cis-194-summer-2022's People

Contributors

laser avatar mboeh 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.