[macruby-changes] [4621] DietRB/trunk/README

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 8 03:49:49 PDT 2010


Revision: 4621
          http://trac.macosforge.org/projects/ruby/changeset/4621
Author:   eloy.de.enige at gmail.com
Date:     2010-10-08 03:49:48 -0700 (Fri, 08 Oct 2010)
Log Message:
-----------
Some more to read.

From: Eloy Duran <eloy.de.enige at gmail.com>

Modified Paths:
--------------
    DietRB/trunk/README

Modified: DietRB/trunk/README
===================================================================
--- DietRB/trunk/README	2010-10-08 10:49:42 UTC (rev 4620)
+++ DietRB/trunk/README	2010-10-08 10:49:48 UTC (rev 4621)
@@ -1 +1,17 @@
-IRB on a diet, for MacRuby / Ruby 1.9
\ No newline at end of file
+= IRB on a diet, for MacRuby / Ruby 1.9
+
+The goal is to have a small and cleaned up version of IRB. Trimmed down to only
+do the stuff I, and most people I know, actually use.
+
+Trimming down the core code is done mainly by using Ripper, which comes with
+Ruby 1.9, instead of shipping it's own parser etc.
+
+Furthermore, this IRB version specifically targets MacRuby, for now, and allows
+Cocoa development to be done from the command-line. Dietrb will automatically
+override the normal runloop to be ran in a thread and start a NSRunLoop on the
+main thread.
+
+There's still lots to be done, but the ‘basic functionality’ as is now, should
+not grow too much more. For now my things to-do are .irbrc support, completion,
+and investigate what else people really really need. After that it's time to
+polish.
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101008/9b7d9dc4/attachment.html>


More information about the macruby-changes mailing list