Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adinapoli/ghcjs-handsontable
Experimenting with FFI bindings to Handsontable: http://handsontable.com
https://github.com/adinapoli/ghcjs-handsontable
Last synced: 23 days ago
JSON representation
Experimenting with FFI bindings to Handsontable: http://handsontable.com
- Host: GitHub
- URL: https://github.com/adinapoli/ghcjs-handsontable
- Owner: adinapoli
- License: bsd-3-clause
- Created: 2015-11-20T07:39:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T07:31:14.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T21:07:36.428Z (over 1 year ago)
- Language: Haskell
- Size: 134 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GHCJS Handsontable
This is a playgrond to:
1. Get myself acquainted with GHCJS and its FFI
2. Port a subset of [Handsontable](http://handsontable.com) to Haskell.## Building & Testing
```
sh build.sh
open demo/index.html
```## File watching
You will need [entr](http://entrproject.org/) for this.
(We cannot simply use `stack build --file-watch` as we also need to copy
the generated `all.js` in the `demo` folder, suggestions welcome!)```
sh watch.sh
```