![]() bd7lx 58.128% disconnected | 登录后回复主题 | 跳到回复(13)
|
1 - 4-29 13:32
yawl 地球最近都在忙另外的事情,这几个月都没怎么动xruby了。几个星期前和chad fowler碰到过。他是早于tom,charles他们做jruby的人,他做到了支持test::unit完后基本就放置了。过了一段有tom,charles加入,成功的marketing后把一个基本废弃的项目挽救了过来。
xruby如果没有新的有热情的成员加入的话,肯定就会荒废了。
xruby如果没有新的有热情的成员加入的话,肯定就会荒废了。
2 - 4-29 14:21
bd7lx 楼主 深圳主要没有看到远景和愿景规划
也没有看到有采用的实际例子,如尽快能与其它ruby框架支持,rails 或merb等就有发展了
mod rails还有ironruby都以华裔主导的开发者为ruby添光加彩,xruby更应保持起初的激情,再创辉煌
以下给ruby底层的有志青年看,5.4不放假的看看也罢
用ruby写compiler系列
出到第五个
http://www.hokstad.com/writing-a-compiler-in-ruby-bottom-up-step-5.html
也没有看到有采用的实际例子,如尽快能与其它ruby框架支持,rails 或merb等就有发展了
mod rails还有ironruby都以华裔主导的开发者为ruby添光加彩,xruby更应保持起初的激情,再创辉煌
以下给ruby底层的有志青年看,5.4不放假的看看也罢
用ruby写compiler系列
出到第五个
http://www.hokstad.com/writing-a-compiler-in-ruby-bottom-up-step-5.html
3 - 4-29 16:26
jan Sputnik 1xruby真的很可惜,当初jruby还只有interpreter, 现在jruby也有compiler了。
yawl是xruby的作者?当初看到你去了thoughtworks还以为tw要力挺xruby了。。sigh
yawl是xruby的作者?当初看到你去了thoughtworks还以为tw要力挺xruby了。。sigh
4 - 5-2 9:27
bd7lx 楼主 深圳从底下往上的方式写compiler 陆续还有20集的连续剧
http://www.hokstad.com/tag/compiler%20in%20Ruby%20bottom%20up
Upcoming parts
These are the almost ready pre-written parts only. I expect once I need to start catching up on new parts the focus will be on a simple parser with the goal of making the compiler self-hosted (i.e. able to compile itself) as quickly as possible.
* Step 4: Introducing a runtime, and defining functions
* Step 5: Handle literals other than strings
* Step 6: If ... then ... else
* Step 7: Looping constructs
* Step 8: Anonymous functions (lambda)
* Step 9: Revisiting loops with anonymous functions, accessing function arguments
* Step 10: Adding assignment and basic arithmetic
* Step 11: A cleaner "while" loop
* Step 12: Testing the language: Writing a simple text mangling program to make input cleaner
* Step 13: Refactoring the code generation and starting to abstract out the target architecture
* Step 14: Discussion of various concepts and future direction
* Step 15: Adding arrays
* Step 16: Local variables and multiple scopes
* Step 17: Accessing variable length arguments
* Step 18: Revisiting the text mangler - cleanups to test new functionality, and run it on itself
* Step 19: Identifying the constructs needed to self host the compiler
* Step 20: A start on a proper parser
http://www.hokstad.com/tag/compiler%20in%20Ruby%20bottom%20up
Upcoming parts
These are the almost ready pre-written parts only. I expect once I need to start catching up on new parts the focus will be on a simple parser with the goal of making the compiler self-hosted (i.e. able to compile itself) as quickly as possible.
* Step 4: Introducing a runtime, and defining functions
* Step 5: Handle literals other than strings
* Step 6: If ... then ... else
* Step 7: Looping constructs
* Step 8: Anonymous functions (lambda)
* Step 9: Revisiting loops with anonymous functions, accessing function arguments
* Step 10: Adding assignment and basic arithmetic
* Step 11: A cleaner "while" loop
* Step 12: Testing the language: Writing a simple text mangling program to make input cleaner
* Step 13: Refactoring the code generation and starting to abstract out the target architecture
* Step 14: Discussion of various concepts and future direction
* Step 15: Adding arrays
* Step 16: Local variables and multiple scopes
* Step 17: Accessing variable length arguments
* Step 18: Revisiting the text mangler - cleanups to test new functionality, and run it on itself
* Step 19: Identifying the constructs needed to self host the compiler
* Step 20: A start on a proper parser
5 - 5-6 11:57
bd7lx 楼主 深圳虚拟机也春笋拔芽往外冒
http://www.infoq.com/news/2008/04/maglev-gemstone-builds-ruby

MagLev 仔细看,原来是“磁悬浮”
Gemstone (做seaside的)builds Ruby runtime based on Smalltalk VM
http://www.infoq.com/news/2008/04/maglev-gemstone-builds-ruby

MagLev 仔细看,原来是“磁悬浮”
Gemstone (做seaside的)builds Ruby runtime based on Smalltalk VM
6 - 5-13 10:27
bd7lx 楼主 深圳http://groups.google.com/group/israelrb/browse_thread/thread/cfc8e3fbb63bd3ad
Ruby implementations roundup - one year later
都拉出来,遛一遛
http://cardinal2.rubyforge.org/
还有个鸟

Cardinal: Ruby Interpreter for Parrot
Ruby implementations roundup - one year later
都拉出来,遛一遛
http://cardinal2.rubyforge.org/
还有个鸟

Cardinal: Ruby Interpreter for Parrot
7 - 6-2 9:41
bd7lx 楼主 深圳http://en.oreilly.com/rails2008/public/schedule/detail/4351
http://drewblas.com/2008/05/31/railsconf-2008-surprise-of-the-day-maglev/
Railsconf上磁悬浮露脸
http://www.infoq.com/news/2008/05/MagLevAtRailsConf
http://headius.blogspot.com/2008/06/maglev.html
比MRI 快15 倍?
介绍maglev 的links
http://dancroak.tumblr.com/post/36689680/maglev

http://drewblas.com/2008/05/31/railsconf-2008-surprise-of-the-day-maglev/
Railsconf上磁悬浮露脸
http://www.infoq.com/news/2008/05/MagLevAtRailsConf
http://headius.blogspot.com/2008/06/maglev.html
比MRI 快15 倍?
Maglev published fib numbers as being around 15x MRI performance. That's very impressive.
介绍maglev 的links
http://dancroak.tumblr.com/post/36689680/maglev

8 - 6-3 9:36
bd7lx 楼主 深圳http://www.infoq.com/cn/news/2008/06/MagLevAtRailsConf
中文的Infoq的对磁悬浮的报道
宁可信其有
把旧帖子也火速翻译过来了
http://www.infoq.com/cn/news/2008/06/maglev-gemstone-builds-ruby
中文的Infoq的对磁悬浮的报道
宁可信其有
把旧帖子也火速翻译过来了
http://www.infoq.com/cn/news/2008/06/maglev-gemstone-builds-ruby
9 - 6-3 11:33
bd7lx 楼主 深圳http://www.hokstad.com/writing-a-compiler-in-ruby-bottom-up-step-8.html
自制compiler系列出刀8
自制compiler系列出刀8
10 - 6-6 10:51
bd7lx 楼主 深圳http://antoniocangiano.com/2008/06/05/maglev-handles-trees-like-a-monkey/
如鱼得水
如猴上树
上树快过众多猴子?
Robbin郑重的中文介绍
http://www.javaeye.com/news/2492
后果看来很严重哦
http://www.chadfowler.com/2008/6/5/maglev
如鱼得水
如猴上树
上树快过众多猴子?
Running the binary-trees test from the Computer Language Benchmarks Game
following results:
PHP 5.2.5 100.603s
Perl 5.8.8 70.885s
Ruby 1.8.6 60.089s
Python 2.5.1 29.908s
MagLev 7.673s
C++ (gcc 4.0.1) 6.265s
following results:
PHP 5.2.5 100.603s
Perl 5.8.8 70.885s
Ruby 1.8.6 60.089s
Python 2.5.1 29.908s
MagLev 7.673s
C++ (gcc 4.0.1) 6.265s
Robbin郑重的中文介绍
http://www.javaeye.com/news/2492
后果看来很严重哦
http://www.chadfowler.com/2008/6/5/maglev
13 - 7-11 13:24
bd7lx 楼主 深圳自制compiler系列出了10
http://www.hokstad.com/writing-a-compiler-in-ruby-bottom-up-step-10.html
http://www.hokstad.com/writing-a-compiler-in-ruby-bottom-up-step-10.html
回到顶部 | XRuby | 返回 ChinaonRails 首页 | 注册 | 找回密码














