Modified:
wiki/HowtoContribute.wiki
Log:
fix broken link
Modified: wiki/HowtoContribute.wiki
==============================================================================
--- wiki/HowtoContribute.wiki (original)
+++ wiki/HowtoContribute.wiki Wed Mar 12 11:13:31 2008
@@ -27,9 +27,9 @@
Please read [XRubyHackingGuide] first, it gives you an overview of the implementation.
-The easier way to jump start is to implement a few builtin libraries.
And almost all of our members started this way. By implementing builtin
libraries, it helps you understand how the runtime/compiler works. And
it does not require too much knowledge of compiler to get started.
+The easiest way to jump start the process is to implement a few
builtin libraries. And almost all of our members started this way. By
implementing builtin libraries, it helps you understand how the
runtime/compiler works. And it does not require too much knowledge of
compiler to get started.
-Our current focus is to get major Ruby libraries work under XRuby.
Some known issues can be found at
http://code.google.com/p/xruby/issues/list and http://code.google.com/p/xruby/wiki/LibraryMethodNotImplemented
+Our current focus is to get major Ruby libraries work under XRuby.
Some known issues can be found at
http://code.google.com/p/xruby/issues/list and http://code.google.com/p/xruby/wiki/TodoList
*NOTE*: We perfer to write builtin in pure ruby (builtin.rb) unless it
is impossible or *too* bad for performance.