https://github.com/nwtgck/hruby-prac-haskell
Practice of hruby
https://github.com/nwtgck/hruby-prac-haskell
example ffi foreign-langua haskell hruby ruby
Last synced: 3 months ago
JSON representation
Practice of hruby
- Host: GitHub
- URL: https://github.com/nwtgck/hruby-prac-haskell
- Owner: nwtgck
- License: bsd-3-clause
- Created: 2017-12-12T15:33:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T03:22:37.000Z (over 8 years ago)
- Last Synced: 2024-10-11T15:08:30.474Z (almost 2 years ago)
- Topics: example, ffi, foreign-langua, haskell, hruby, ruby
- Language: Haskell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Practice of hruby
[](https://app.wercker.com/project/byKey/036f3484ad89315717407698af1bb70e)
This is a practice for [hruby](https://github.com/bartavelle/hruby)
## How to run
```bash
stack build
stack exec hruby-prac-haskell-exe
```
## Sample usages of hruby
You can find usages of hruby in here.
[app/Main.hs](app/Main.hs)
## References
* GitHub Repository - [bartavelle/hruby](https://github.com/bartavelle/hruby)
* Hackage: [hruby: Embed a Ruby intepreter in your Haskell program !](https://hackage.haskell.org/package/hruby-0.3.1)