https://github.com/nucleartide/hypatia-test
A test of Hypatia, an ML-family language that compiles to Lua.
https://github.com/nucleartide/hypatia-test
haskell hypatia lua ml
Last synced: about 1 year ago
JSON representation
A test of Hypatia, an ML-family language that compiles to Lua.
- Host: GitHub
- URL: https://github.com/nucleartide/hypatia-test
- Owner: nucleartide
- Created: 2018-12-10T07:20:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T07:20:26.000Z (over 7 years ago)
- Last Synced: 2025-01-27T17:56:51.250Z (about 1 year ago)
- Topics: haskell, hypatia, lua, ml
- Language: Lua
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# hypatia-test
A test of [Hypatia](https://github.com/kindl/Hypatia), to see whether it could be used for PICO-8.
Hypatia is an ML-family language that compiles to Lua.
## Build
Build the `hypatia` binary with [`cabal`](https://www.haskell.org/cabal/).
Then, compile the program with the following command:
```bash
$ hypatia compile Game.hyp
```
## Conclusion
It works! However, it might be easier to just use Lua directly. Lua is already quite functional programming friendly.