Coder Social home page Coder Social logo

haskell-fizzbuzz's Introduction

haskell-sample-fizzbuzz-project

Extended Code kata based on http://content.codersdojo.org/code-kata-catalogue/fizz-buzz/

Tools

TestFramework

src: http://batterseapower.github.io/test-framework/

Cabal

Package management tool

Quickcheck

Testing library

Project Structure

.
├── dist
│   ├── build
│   │   ├── autogen
│   │   │   ├── cabal_macros.h
│   │   │   └── Paths_fizzbuzz.hs
│   │   ├── fizzbuzz
│   │   │   ├── fizzbuzz
│   │   │   └── fizzbuzz-tmp
│   │   │       ├── Fizzbuzz.hi
│   │   │       ├── Fizzbuzz.o
│   │   │       ├── Main.hi
│   │   │       └── Main.o
│   │   ├── Fizzbuzz
│   │   │   └── Fizzbuzz-tmp
│   │   │       ├── Fizzbuzz.hi
│   │   │       └── Fizzbuzz.o
│   │   └── tests
│   │       ├── tests
│   │       └── tests-tmp
│   │           ├── Fizzbuzz.hi
│   │           ├── Fizzbuzz.o
│   │           ├── FizzbuzzTest.hi
│   │           ├── FizzbuzzTest.o
│   │           ├── Main.hi
│   │           └── Main.o
│   ├── hpc
│   │   └── tix
│   │       └── tests
│   ├── package.conf.inplace
│   ├── setup-config
│   └── test
│       ├── fizzbuzz-0.1.0.0.log
│       └── fizzbuzz-0.1.0.0-tests.log
├── fizzbuzz.cabal
├── LICENSE
├── README.md
├── Setup.hs
├── src
│   ├── Fizzbuzz.hs
│   └── main.hs
├── test
    ├── all.hs
    └── FizzbuzzTest.hs

Build and Run

To build and run use: cabal install && ./dist/build/fizzbuzz/fizzbuzz [Parameter]

Run Tests

To run the tests execute: cabal configure --enable-tests && cabal build && cabal test

If you want to see a more detailed and highlighted output you can run the test executeable itself: cabal configure --enable-tests && cabal build && ./dist/build/tests/tests

Helpfull Reads

haskell-fizzbuzz's People

Watchers

James Cloos 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.