https://github.com/sliptype/purescript-meiosis
🦑 A purescript implementation of the Meiosis pattern
https://github.com/sliptype/purescript-meiosis
functional-programming meiosis-pattern purescript
Last synced: 6 months ago
JSON representation
🦑 A purescript implementation of the Meiosis pattern
- Host: GitHub
- URL: https://github.com/sliptype/purescript-meiosis
- Owner: sliptype
- License: mit
- Created: 2018-10-03T01:35:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T23:54:19.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T04:24:36.960Z (8 months ago)
- Topics: functional-programming, meiosis-pattern, purescript
- Language: PureScript
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-meiosis
A purescript implementation of the [Meiosis pattern](https://github.com/foxdonut/meiosis)# Development
This project uses `purs 0.12.0` and `psc-package`.```
psc-package install
``````
yarn install
``````
pulp --watch browserify --to app.js
``````
open -a "Google Chrome" index.html
```