RAA - rub-lua5

rub-lua5 / 0.2.2

Short description: Rub/Lua5
Category: Library/Language
Status: usable
Created: 2003-06-04 11:28:19 GMT
Last update: -
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/rub-lua5-0.2.2.tar.gz
License: Ruby's
Dependency:
None
Description:

Lua5.0 interpretor for Ruby

USAGE
require 'lua'
lua = Lua.new
lua.set("a", 1)
lua.set("b", 2)
lua.eval("c=a+b")
print lua.get("c") # => 3.0

Edit this project (for project owner)

back to RAA top