GithubHelp home page GithubHelp logo

api's Introduction

Lambdacademy

A friendly, interactive platform for learning functional programming online.

GitHub last commit

Project goals

  • Enable people to learn functional programming by following interactive courses where they can read tutorials, do exercises, code in their browser, and complete real projects.
  • Be fun : the long-term goal of the platform is to have gamification features that make learning more motivating and more sociable. The courses themselves should be playful.
  • Be inclusive : the goal here is to share the love of functional programming and empower developers of all backgrounds to write beautiful code

... and of course

  • be functional : besides the courses' content, the platform itself is developed with functional programming in mind, by using a combination of Scala and ReasonML.

Launching the API

sbt run

You will need an instance of the Scala Runner to execute Scala code.

Launching the runner with sbt

Pull the lambdacademy-dev/scala-runner project from Git, and then launch it using

sbt server/run

Launching the runner with Docker

You can pull the required images from the repository

docker pull docker.pkg.github.com/lambdacademy-dev/scala-runner/scala-runner-runtime:LATEST
docker pull docker.pkg.github.com/lambdacademy-dev/scala-runner/scala-runner-server:LATEST

And then run it using

docker run -p 2003:2003 -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD/tmp:/app/tmp" -e "TMP_ROOT_HOST_PATH=$PWD/tmp" -e TMP_ROOT_CONTAINER_PATH=/app/tmp  docker.pkg.github.com/lambdacademy-dev/scala-runner/scala-runner-server:LATEST

More details in the README of the lambdacademy-dev/scala-runner project.

Participation

This project follows the Scala Code of Conduct. All participants are expected to be kind and courteous.

api's People

Contributors

gbogard avatar mergify[bot] avatar whythat avatar

Watchers

 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.