Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: creativescala/creative-scala
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: creativescala/creative-scala
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/generative
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 19 files changed
  • 1 contributor

Commits on Apr 22, 2017

  1. Fix typo

    Noel Welsh committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    7ab5e1c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Major rewrite of Generative Art Chapter

    Switch from introducing the applicative to using `flatMap` in a different
    context to what students have seen before. Students struggled with
    applicative (namely the variable arity of `|@|`) when I introduced it in a class
    and I think getting more practice with `flatMap` is more generally useful.
    Noel Welsh committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    1cf252c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Update copyright

    Noel Welsh committed May 27, 2017
    Configuration menu
    Copy the full SHA
    7e1faaa View commit details
    Browse the repository at this point in the history
  2. all build target actually works

    Noel Welsh committed May 27, 2017
    Configuration menu
    Copy the full SHA
    f2faea0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Work in progress

    Noel Welsh committed May 31, 2017
    Configuration menu
    Copy the full SHA
    630ece9 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Finish outline of particle system case study

    Need to add explanation of solution, and abstract.
    Noel Welsh committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    99a27f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Show abstraction in the particle system case study

    Noel Welsh committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    b12b781 View commit details
    Browse the repository at this point in the history
Loading