mwotton / Hubris

Bridge from Ruby to Haskell
shimweasel.com
260 stars 16 forks source link

provide inline use, better data marshalling #2

Closed mwotton closed 14 years ago

mwotton commented 14 years ago

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 14 years ago

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

mwotton commented 14 years ago

everything done here but hash mapping

mwotton commented 14 years ago

done