An item of curiosity more than anything else...
I note that on the MacRuby.org web site, under the heading of "Why MacRuby?"
the subheading of "Interpreter Performance"... it makes the claim that MacRuby
is using YARV. Is this still the case? I was under the (perhaps mistaken)
impression that
Hi all,
I'm currently working on a MacRuby project and wanted to use HotCocoa for
the window layout features (i.e. circumvent Interface Builder).
However, if I include the following lines in rb_main.rb:
require 'rubygems'
require 'hotcocoa'
I get this error:
rb_main.rb:9:in `': uninitialized cons
#592: No such file to load -- ubygems (LoadError)
-+--
Reporter: lasse.kosk...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: minor
#736: Unpack inconsistencies (possibly related to issue #605?)
-+--
Reporter: babs.d...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
#737: Unpack inconsistencies (possibly related to issue #605?)
-+--
Reporter: babs.d...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
#736: Unpack inconsistencies (possibly related to issue #605?)
-+--
Reporter: babs.d...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: maj
#736: Unpack inconsistencies (possibly related to issue #605?)
-+--
Reporter: babs.d...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: maj
You are correct, the website would need an update.
- Matt
On Thu, Jun 3, 2010 at 2:53 PM, Scott Thompson wrote:
> An item of curiosity more than anything else...
>
> I note that on the MacRuby.org web site, under the heading of "Why
> MacRuby?" the subheading of "Interpreter Performance"... it
On Jun 3, 2010, at 9:17 PM, Matt Aimonetti wrote:
> You are correct, the website would need an update.
Thanks.
I'm giving a presentation on an Introduction to Ruby tomorrow at work and I
wanted to make sure I didn't misunderstand and pass on incorrect info.
Scott