Hey, I figured there’s been a lot of work since October, so I got
tests cleaned up, removed Hoe, and pushed a duby-0.0.2 gem to
gemcutter.
No link to a web page describing how to use the gem?
There really isn’t such a page yet…but the wiki on github is live
now and has some examples.
Also…does duby handle more complex types, like arrays? What about
regexes?
Primitive Java arrays work. Literal arrays become immutable
java.util.List instances. I don’t recall if we’ve implemented regexps
yet, but they’ll basically just be a literal syntax that constructs a
java.util.regex.Pattern instance and possibly caches it (i.e. not hard
to add).
Charlie
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.