• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

mwotton/Hubris: Bridge from Ruby to Haskell

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

mwotton/Hubris

开源软件地址(OpenSource Url):

https://github.com/mwotton/Hubris

开源编程语言(OpenSource Language):

Haskell 50.9%

开源软件介绍(OpenSource Introduction):

Hubris

ON HIATUS/ABANDONED

I work mostly with Haskell now, so the utility of calling Haskell from Ruby is not very high. If you're interested in maintaining it, drop me a line - it should actually be a lot easier to operationalise it now, given cabal sandboxes, but I don't have the time.

Description

Hubris is a bridge between Ruby and Haskell, between love and bondage, between slothful indolence and raw, blazing speed. Hubris will wash your car, lie to your boss, and salvage your love life. If you are very, very lucky, it might also let you get some functional goodness into your ruby programs through the back door.

I probably don't have to say this, but patches are very much welcome. If you have trouble installing it, tell me, and help me improve the docs.

Synopsis

The best docs, as ever, are in the tests, but as a quick precis, you can use it a little like this:

require 'hubris' # best line ever

class Target
  hubris :inline =>"triple::Int->Int; triple n = 3*n"
end

t = Target.new
puts t.triple(10) #=> 30

There are a few restrictions. All functions take one argument and return one value: this shouldn't be a major problem because you can pass arrays of arguments in if you need more. Hubris can currently handle numbers, strings, basic types (like nil, true and false), arrays and hashes. There will probably be some Ruby structures (modules, regular expressions, etc) that won't ever be handled natively unless someone can convince me it's a sensible thing to do.

Hubris will refuse to compile Haskell code that produces any warnings. You can suppress this admittedly fairly strict behaviour by passing the ":no_strict => true" flag, but in your heart of hearts you'll know you've done the wrong thing.

There are also two other modes:

hubris :source => "MyCoolModule.hs"

which loads a source file on disk (in the same directory as your ruby), and

hubris :module => "Data.ByteString", :packages => ["bytestring"]

which will load the Data.ByteString module which is installed on the system. In this case, we also need to let the Haskell side know that we'll be using the "bytestring" package, so we pass that too: You may need to load extra packages with :inline and :source as well, and that's supported.

Requirements

Install

Better instructions for Linux and Mac

Contributors

  • Mark Wotton
  • James Britt
  • Josh Price
  • Tatsuhiro Ujihisa

License

(The MIT License)

Copyright (c) 2009 Mark Wotton

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap