Coder Social home page Coder Social logo

fp-explained-with-js's Introduction

fp-explained-with-js

a set of example code that follows along the blog "What I wish someone had explained about functional programming" by James Sinclair, you can read it here: https://jrsinclair.com/articles/2019/what-i-wish-someone-had-explained-about-functional-programming/

setup

To make the interactive notebooks with a javascript kernel run for this repository I leveraged images published by Cristian Prieto as referenced in their github repo docker-jupyter. To follow along yourself, go ahead and clone this repo and cd into it, then

docker pull cprieto/docker-jupyter

will pull down the image that is already set up to run a jupyter notebook with a javascript kernel as a container process. then

docker run -p 8888:8888 --rm -v $(pwd)/notebooks:/notebooks cprieto/jupyter-javascript

when run from the root of this cloned repository will start a container process using that image and also it will create a bind mount to the notebooks directory in the cloned repository on your host so the interactive notebooks are available to you for running and modification.

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.