forked from purescript/purescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
[![Build Status](https://secure.travis-ci.org/purescript/purescript.png?branch=master)](http://travis-ci.org/purescript/purescript) [![Coverage Status](https://coveralls.io/repos/purescript/purescript/badge.png?branch=master)](https://coveralls.io/r/purescript/purescript?branch=master) | ||
[![Hackage](https://budueba.com/hackage/purescript)](http://hackage.haskell.org/package/purescript) | ||
[![PureScript](logo.png)](http://purescript.org) | ||
|
||
PureScript is a small strongly, statically typed programming language with expressive types, written in and inspired by Haskell, and compiling to Javascript. | ||
A small strongly typed programming language with expressive types that compiles to Javascript, written in and inspired by Haskell. | ||
|
||
[![Hackage](https://budueba.com/hackage/purescript)](http://hackage.haskell.org/package/purescript) [![Build Status](https://secure.travis-ci.org/purescript/purescript.png?branch=master)](http://travis-ci.org/purescript/purescript) [![Coverage Status](https://coveralls.io/repos/purescript/purescript/badge.png?branch=master)](https://coveralls.io/r/purescript/purescript?branch=master) | ||
|
||
## Language info | ||
|
||
- [PureScript home](http://purescript.org) | ||
- [Releases & changelog](https://github.com/purescript/purescript/releases) | ||
- [Contributing to PureScript](https://github.com/purescript/purescript/blob/master/CONTRIBUTING.md) | ||
|
||
## Resources | ||
|
||
- [PureScript Book](https://leanpub.com/purescript/read) | ||
- [PureScript book](https://leanpub.com/purescript/read) | ||
- [Wiki](http://wiki.purescript.org) | ||
- [Try PureScript](http://try.purescript.org) | ||
- [Pursuit package search engine](http://pursuit.purescript.org/) | ||
- [Core library documentation index](http://functorial.com/psc-pages/docs) | ||
|
||
## Help! | ||
|
||
- [#purescript IRC @ FreeNode](http://webchat.freenode.net/?channels=purescript) | ||
- [Twitter](http://twitter.com/purescript) | ||
- [Google Group](https://groups.google.com/forum/#!forum/purescript) | ||
- [Try PureScript!](http://try.purescript.org/) | ||
- [Pursuit Search Engine](http://pursuit.purescript.org/) | ||
- [Release Notes](https://github.com/purescript/purescript/blob/master/RELEASE-0.6.md) | ||
- [Contributing to PureScript](https://github.com/purescript/purescript/blob/master/CONTRIBUTING.md) |