mwotton/Hubris

provide inline use, better data marshalling

Closed this issue · 3 comments

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.

this is just about working, see the spec for details. needs support for other data types.

everything done here but hash mapping

done