Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drathier/purserl
https://github.com/drathier/purserl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/drathier/purserl
- Owner: drathier
- License: other
- Created: 2023-02-04T22:08:08.000Z (almost 2 years ago)
- Default Branch: single-binary
- Last Pushed: 2024-07-16T18:36:17.000Z (5 months ago)
- Last Synced: 2024-07-16T22:47:49.596Z (5 months ago)
- Language: Haskell
- Size: 14 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.d/README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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/)