An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Practice of hruby
[![wercker status](https://app.wercker.com/status/036f3484ad89315717407698af1bb70e/s/master "wercker status")](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)