Coder Social home page Coder Social logo

atcoder-haskell's People

Contributors

matonix avatar

Watchers

 avatar  avatar

atcoder-haskell's Issues

Cannot use external packages

In atcoder contest, haskell-platform is used for build environment, however I've not installed yet (or don't want to install them...?), so I have these plans.

  • Install haskell-platform in sandbox environment
    • My environment is over fitting to haskell-platform
  • Use stack to build the source code
    • It is difficult to multi Main.hs separately
    • If I have to answer 4 questions, I might want to 4 stack projects
  • Use cabal to build the source code
    • I've not consider this plan yet, it can be suitable for this usage

New testing environment

Required features

  • Easy Importing sample inputs
    • #15 Created new scraper
  • Easy coding with ghci which reload current code
  • Fast recompile
    • use hie or stack ghci
  • Fast & simple test runner
    • use stack ghci ---ghci-options "-e Test.main"
  • Testing with -O2 compilation #12
    • use stack ghc --O2
  • Do not miss runtime error #11
    • use captureProcessResult and get exception first.
  • Easy create new project
    • #15 Created new scraper

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.