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: color-palette
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 19, 2015

  1. Start on color palette exercises in FP chapter.

    This exercises has the GCD and linear congruential exercises, which we
    can now usefully do as we have more complex images to colour.
    Noel Welsh committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    a9a85ee View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. Minor corrections; more content on LCG

    Clarify that it's the sequence that starts repeating.
    
    Explain some of the properties of the LCG.
    Noel Welsh committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    adba3a0 View commit details
    Browse the repository at this point in the history
  2. Finish describing properties of the LCG

    Noel Welsh committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    d2e6c3d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2015

  1. Concentric circles with a complementary color scheme

    Noel Welsh committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    d068c50 View commit details
    Browse the repository at this point in the history
  2. Start filling in the exercises

    First exercise on concentric circles with complementary colors. Deciding
    how far to go with closures / lexical scope. Should definitely introduce %.
    Noel Welsh committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    4ca1261 View commit details
    Browse the repository at this point in the history
  3. Finish solution for complelmentCircles exercise

    Attempt to explain lexical scoping in a paragraph. Probably didn't
    succeed for those with little programming experience.
    Noel Welsh committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    83e9d3a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2015

  1. More material

    Noel Welsh committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    657b0b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. Next step in color palette exercise

    Also list out the remaining stages in the exercise.
    Noel Welsh committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    70700f3 View commit details
    Browse the repository at this point in the history
Loading