《rubinius--又一个Ruby的虚拟机》的相关内容
相关讨论
相关博客
rubinius–又一个Ruby的虚拟机
为什么要开发rubinius:
http://blog.fallingsnow.net/2006/12/06/and-maybe-why-you-should-donate
* Why?: The current Ruby interpreter powers many high traffic
sites and enterprise projects, but a faster, more ...
by alang 2006-12-11 浏览 (270) 回复 (0) 关键字:
几个链接和杂记。有待进一步阅读。
Language Specification相关:
JLS 3rd
D 2.0
Language Grammar相关:
Free Grammars for Programming Languages
C++
别的程序设计语言相关:
J Programming Language
The Nice Programming Language
Nemerle Programming Language
...
by RednaxelaFX 2008-02-06 浏览 (361) 回复 (0) 关键字:
相关圈子讨论
Spark源代码编译生成全攻略
本文来源:http://bookbookpicture.spaces.live.com/blog/cns!68F3076C3C3DA5EB!671.entry
其实关于这个问题在Spark的官网www.igniterealtime.org上有很详尽的介绍,因此本文大部分内容是从英文文档引用而来的,其中还有一些个人的经验。
Spark源代码:下载地址
想了解更多关于"Spark"的文章, ...
by lijinyan3000 2008-04-11 浏览 (1001) 回复 (1)
Yahoo! Launches World's Largest Hadoop Production
Yahoo! Launches World's Largest Hadoop Production Application
February 19, 2008
Yahoo! recently launched what we believe is the worlds largest Apache Hadoop production application. The Yahoo! Search ...
by imjl 2008-02-20 浏览 (256) 回复 (1)
Tapestry@JavaForge网站更新
邮件内容:(from Howard M. Lewis Ship)
Well, I've had a busy morning. I've done a ton of work on the projects
at Tapestry
@ JavaForge <http://howardlewisship.com/tapestry-javaforge/>.
I've changed the ...
by tapestry 2006-11-23 浏览 (902) 回复 (2)
谁能帮解释一下这是为什么
import std.stdio;
interface mix
{
void print(char[]);
}
template mixtem()
{
void print(char[] t)
{
writefln(t);
}
}
class A
{
void print()
{
writefln("A");
}
void print(int a)
{
writ ...
by purple_jade 2007-12-10 浏览 (516) 回复 (7)
The Problem with Programming
转自: http://www.techreview.com/InfoTech/17831/page1/
Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code.
引用
In the 1 ...
by qiezi 2006-12-06 浏览 (1076) 回复 (2)
相关新闻
[转] JRuby 1.0.0RC3 Released!
转自: http://docs.codehaus.org/display/JRUBY/2007/06/02/JRuby+1.0.0RC3+Released%21
The JRuby community is pleased to announce the release of JRuby 1.0.0RC3.
Homepage: http://www.jruby.org/
Download: h ...
by liuwangxia 2007-06-04 浏览 (411) 回复 (1) 关键字: jruby
Ruby & Rails一周综述(九) 6月16日
上次Ruby & Rails总结是:Ruby & Rails 5月-6月总结
本周Ruby & Rails有哪些新鲜事呢?
Ruby:
1。Ruby社区开始对 行为驱动开发Behavior-Driven Development(BDD),产生了浓厚的兴趣,如果你还不了解的话,赶紧下载Ben Emson的 介绍RSpec故事。
2。一些务实的程序员发布了一系列使用的视频教材Screencas ...
by QQbyte 2008-06-19 浏览 (1210) 回复 (4) 关键字:
NetBeans6.5 M1 众多期待的特性一览表!
NetBeans6.5 M1 众多期待的特性一览表!
Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性.
其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目
和普通项目,还有Spring Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4266) 回复 (16) 关键字: netbeans 6.5 m1

