Coder Social home page Coder Social logo

mostly-adequate-exercises's Introduction

Mostly Adequate Exercises

Overview

All exercises from the book can be completed either:

  • in browser (using the version of the book published on gitbook.io)
  • in your editor & terminal, using npm

In every folder named ch** from this exercises/ folder, you'll find three types of files:

  • exercises
  • solutions
  • validations

Exercises are structured with a statement in comment, followed by an incomplete or incorrect function. For example, exercise_a from ch04 looks like this:

// Refactor to remove all arguments by partially applying the function.

// words :: String -> [String]
const words = str => split(' ', str);

Following the statement, your goal is to refactor the given function words. Once done, your proposal can be verified by running:

npm run ch04

Alternatively, you can also have a peak at the corresponding solution file: in this case solution_a.js.

The files validation_*.js aren't really part of the exercises but are used internally to verify your proposal and, offer hints when adequate. The curious reader may have a look at them :).

Now go and learn some functional programming λ!

About the Appendixes

Important notice: the exercise runner takes care of bringing all data-structures and functions from the appendixes into scope. Therefore, you may assume that any function present in the appendix is just available for you to use! Amazing, isn't it?

mostly-adequate-exercises's People

Watchers

James Cloos avatar Michał Kowieski 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.