Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbp/funtal
FunTAL: mixing a functional language with assembly.
https://github.com/dbp/funtal
Last synced: 3 months ago
JSON representation
FunTAL: mixing a functional language with assembly.
- Host: GitHub
- URL: https://github.com/dbp/funtal
- Owner: dbp
- License: isc
- Created: 2017-02-20T21:05:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T18:59:52.000Z (over 7 years ago)
- Last Synced: 2024-08-02T01:27:36.603Z (6 months ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 39
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install via opam
SETUP:
- install opam, and via opam, install ocaml 4.03 with `opam init --comp 4.03`.
- `make install-deps`
(if this were to fail, see the local `opam` file for dependencies)BUILD:
- `make`
EDITOR:
- Open `artifact/index.html` in a browser.
RUN TESTS:
- `./test.native`
## Install via docker
SETUP
- install docker
- `docker build -t funtal .`EDITOR:
- Copy built javascript file: `docker run --rm funtal cat /funtal/artifact/web.js > artifact/web.js`
- Open `artifact/index.html` in a browser.RUN TESTS:
- `docker run funtal`
## Install pre-built artifact from docker hub
- `docker run dbp1/funtal`
This is automatically built by docker from this repository, and hosted here: https://hub.docker.com/r/dbp1/funtal/