Giter VIP home page Giter VIP logo

scalaz's Introduction

Scalaz is a library written in the Scala Programming Language. One mandate of the library is to depend
only on the core Scala API and the core Java 2 Standard Edition API. The intention of Scalaz is to include general
functions that are not currently available in the core Scala API. Scalaz is released under a BSD open source licence
making it compatible with the licence of the Scala project.

The source code for Scalaz is hosted on GitHub: http://github.com/scalaz/scalaz

Documentation and downloads are on Google Code: http://code.google.com/p/scalaz/

Snapshots and Releases published to the repository on scala-tools.org.

Build Instructions
------------------

The root directory of the project contains the SBT launcher script.

This is the directory structure of the build.

|- project +
|          |-ScalazBuild.scala               Project Definition, containing module structure, compiler
|          |                                 options, cross module dependencies, etc.
|          |
|          |-plugins.sbt                     Plugins and settings for the build itself.
|          |
|          - build.properties                Version of SBT
|
|- <mod N> +

           |-src   +
           |       |-main +
           |       |      |-scala            Source files
           |       |
           |       |-test +
           |              |-scala            Test source files
           |
           |-target +
                    | - <scala version M>    All built artifacts (classes, jars, scaladoc) for module N
                                             built for version M of Scala.
IDE Support
------------------

To generate IntelliJ Project Files:

  ./sbt
  > add-sbt-idea // unless already installed in ~/.sbt/plugins/build.sbt
  [info] Reapplying settings...
  [info] Set current project to scalaz (in build file:/Users/jason/code/scalaz/)
  > gen-idea

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.