网路冷眼@BlogJava

熙熙攘攘一闲人 以冷静的眼光观察技术
posts - 88, comments - 193, trackbacks - 0, articles - 28
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

RailsConf 宣布RubyFX Script 项目

Posted on 2007-05-19 13:28 网路冷眼@BlogJava 阅读(1108) 评论(0)  编辑  收藏 所属分类: IT NewsRuby & Rails

原文链接:http://www.almaer.com/blog/archives/001496.html

RubyFX Script Announced at RailsConf

Category: Java, Ruby, Tech

It has been a great couple of weeks for FX script lovers. First we have JavaFX Script at JavaOne, and then we have the new RubyFX Script announcement at RailsConf.

What is RubyFX Script?

Think of a declarative Ruby that will let you build rich UIs on top of Swing or Tk.

Examples

title_tracks = select :indexof => track + 1,  :from => album, :in => albums, track in album.tracks where track >< album.title
def factors(n)
select :from => i, :in => [1..n/2], :where => n % i >< 0;
end
x = %w{1 2 3}
insert :number => 10, :as => :first, :into => x; // yields [10,1,2,3]
insert :number => 6 :after x[. >< 2]; // yields [10,1,2,6,3]

 

This is just an alpha version. There is talk that the new version will add in python-like whitespace characteristics.

Congrats! :)


只有注册用户登录后才能发表评论。


网站导航: