[ANN] yajb 0.5.0

S

Sakurai Masashi

yajb 0.5.0 has been released.

http://www.cmt.phys.kyushu-u.ac.jp/~M.Sakurai/cgi-bin/fw/wiki.cgi?page=YAJB

== What is yajb?

yajb, yet another java bridge, provides a communication facility
between Ruby and Java. The current implementation is written by
pure Java and pure Ruby so as to run on many platforms.

Please see screenshots and sample scripts in yajb web page.

== What's new

* implemented the faster bridge driver :bstream.
* implemented GC.
* added jlambda utility. jlambda enable writing proc object in Java.
**jlambda sample:
p1 = jlambda("int i", "return ($w)(i*2);")
p (1..5).map(&p1)
=> [2, 4, 6, 8, 10]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,744
Messages
2,569,480
Members
44,900
Latest member
Nell636132

Latest Threads

Top