Coder Social home page Coder Social logo

scheme's Introduction

Exercism Scheme Track

https://badges.gitter.im/Join%20Chat.svg https://travis-ci.org/exercism/scheme.svg?branch=master

Exercism exercises in the Scheme Programming Language

Setup

You’ll need a vaguely R6RS-compliant Scheme implementation. As of this writing, the exercises are being developed in Guile Scheme, but the tests are using SRFI-64, and so should (hopefully) be rather implementation-agnostic.

Working on Problems

Each problem should have a test suite and an example solution, as well as a stub file for the solution declaring the module and exports. The example solution should be named example.scm.

Dependencies

Try to avoid external dependencies. It will often be necessary to use various modules included in the Guile distribution, such as the ice-9 and srfi collections. When using these modules in exercises/examples, please use the #:autoload directive in (define-module) rather than (use-modules ...) for the sake of consistency, and to give a clue which functions are being relied upon.

Contributing Guide

Please see the contributing guide

Scheme icon

The Scheme logo was created by https://en.wikipedia.org/wiki/User:Matthias.f and released under the Creative Commons Attribution-Share Alike 3.0 Unported license. We adapted the logo, creating a pink/black version to use on Exercism.

scheme's People

Contributors

canweriotnow avatar catb0t avatar cyborgsphinx avatar daveyarwood avatar dkinzer avatar gitter-badger avatar gustavocaso avatar kytrinyx avatar martinsvalin avatar pminten avatar puritycontrol avatar skeskali avatar vesko avatar wwest4 avatar yurrriq avatar

Watchers

 avatar  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.