MacRuby for simple Ruby

  • Thread starter Jean Guillaume Pyraksos
  • Start date
J

Jean Guillaume Pyraksos

Hi,
If I download MacRuby, will I be able to program "usual" Ruby
(without Cocoa and the Objective-C bridge), with gems, etc.
or am I obliged to program a Caoca Mac application ?
Is there an IDE inside, or just XCode ?
Thanks a lot,

JG
 
J

Jose Hales-Garcia

Jean said:
If I download MacRuby, will I be able to program "usual" Ruby
(without Cocoa and the Objective-C bridge), with gems, etc.
or am I obliged to program a Caoca Mac application ?
Is there an IDE inside, or just XCode ?

The stated goal of MacRuby is to be 100% compatible syntactically and
behaviorally with Ruby 1.9. So, in theory, you should be able to write
usual Ruby code.

I don't know that all the gems are compatible though. You might ask
their list about particular gems...

http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

There is no other IDE from Apple except Xcode that would be used for
Ruby.

Jose
.......................................................
Jose Hales-Garcia
UCLA Department of Statistics
(e-mail address removed)
 
R

Robert Gleeson

Jean said:
Hi,
If I download MacRuby, will I be able to program "usual" Ruby
(without Cocoa and the Objective-C bridge), with gems, etc.
or am I obliged to program a Caoca Mac application ?
Is there an IDE inside, or just XCode ?
Thanks a lot,

JG

MacRuby can't compile native extensions yet, and fork() is not
implemented and there are no plans to implement it either(Due to the
CoreFoundation framework, and maybe other reasons) .. So there are some
gems that will never ever work with MacRuby.

MacRuby is good for casual programming right now but until it gets a
little bit older I wouldn't consider it for developing production
applications. It is still a fun language for hacking around on, though.

-- Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] MacRuby 0.2 6
[ANN] MacRuby 0.10 0
[ANN] MacRuby 0.3 2
[ANN] MacRuby 0.6 2
RVM macruby install procedure needs improvement 4
[ANN] MacRuby 0.5 6
[ANN] MacRuby 0.4 16
[ANN] MacRuby 0.1 1

Members online

Forum statistics

Threads
474,269
Messages
2,571,100
Members
48,773
Latest member
Kaybee

Latest Threads

Top