provide inline use, better data marshalling
Closed this issue · 3 comments
mwotton commented
as of 0.0.1, all steps are manual. It would be better if Hubris made some attempt to map ruby data structures into something haskell-friendly, and vice versa.
also, it should be possible to inline haskell code a la RubyInline or Inline::C in Perl.
mwotton commented
this is just about working, see the spec for details. needs support for other data types.
mwotton commented
everything done here but hash mapping
mwotton commented
done