Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drathier/purserl


https://github.com/drathier/purserl

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

PureScript

A small strongly typed programming language with expressive types that compiles to JavaScript, written in and inspired by Haskell.

[![Hackage](https://img.shields.io/hackage/v/purescript.svg)](http://hackage.haskell.org/package/purescript) [![Build Status](https://github.com/purescript/purescript/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/purescript/purescript/actions/workflows/ci.yml)

## Purserl local builds
Mac build, for machines with lots of ram:
```
stack install --work-dir .stack-work-O2 --ghc-options="-O2 -with-rtsopts=\"-N -A2048m -n128m\""; purs +RTS --info
```

Mac build, for machines with less ram, guessed ok values
```
stack install --work-dir .stack-work-O2 --ghc-options="-O2 -with-rtsopts=\"-N -A256m -n16m\""; purs +RTS --info
```

x86 build, sadly defaults are as good as it gets:
```
stack install --work-dir .stack-work-O2 --ghc-options="-O2 -with-rtsopts=\"-N\""; purs +RTS --info
```

## 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://book.purescript.org/)
- [Documentation](https://github.com/purescript/documentation)
- [Try PureScript](http://try.purescript.org)
- [Pursuit Package Index](http://pursuit.purescript.org/)

## Help!

### Community Spaces

The following spaces are governed by the [PureScript Community Code of Conduct](https://github.com/purescript/governance/blob/master/CODE_OF_CONDUCT.md). The majority of PureScript users use these spaces to discuss and collaborate on PureScript-related topics:
- [PureScript Discord](https://purescript.org/chat)
- [PureScript Discourse](https://discourse.purescript.org/)

### Unaffiliated Spaces

Some PureScript users also collaborate in the below spaces. These do not fall under the code of conduct linked above. They may have no code of conduct or one very different than the one linked above.
- [PureScript Matrix](https://matrix.to/#/#purescript:matrix.org)
- [PureScript on StackOverflow](http://stackoverflow.com/questions/tagged/purescript)
- [The `#purescript` channel on Libera.Chat](https://libera.chat/)