Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2756 > unrolled thread

so, who's writing a dedicated ruby ide?

Started byMartin DeMello <martindemello@gmail.com>
First post2011-04-13 08:29 -0500
Last post2011-04-14 23:15 -0500
Articles 9 — 7 participants

Back to article view | Back to comp.lang.ruby


Contents

  so, who's writing a dedicated ruby ide? Martin DeMello <martindemello@gmail.com> - 2011-04-13 08:29 -0500
    Re: so, who's writing a dedicated ruby ide? Sebastian Bachmann <sebastian.bachmann@gmail.com> - 2011-04-13 08:32 -0500
      Re: so, who's writing a dedicated ruby ide? andrew mcelroy <sophrinix@gmail.com> - 2011-04-13 10:29 -0500
        Re: so, who's writing a dedicated ruby ide? Josh Cheek <josh.cheek@gmail.com> - 2011-04-13 12:28 -0500
        Re: so, who's writing a dedicated ruby ide? Martin DeMello <martindemello@gmail.com> - 2011-04-13 12:56 -0500
        Re: so, who's writing a dedicated ruby ide? Vincent Manis <vmanis@telus.net> - 2011-04-13 20:46 -0500
          Re: so, who's writing a dedicated ruby ide? Vincent Manis <vmanis@telus.net> - 2011-04-13 23:58 -0500
    Re: so, who's writing a dedicated ruby ide? Eric Promislow <eric.promislow@gmail.com> - 2011-04-14 12:56 -0700
    Re: so, who's writing a dedicated ruby ide? Roger Pack <rogerpack2005@gmail.com> - 2011-04-14 23:15 -0500

#2756 — so, who's writing a dedicated ruby ide?

FromMartin DeMello <martindemello@gmail.com>
Date2011-04-13 08:29 -0500
Subjectso, who's writing a dedicated ruby ide?
Message-ID<BANLkTi=bBJtnvwM_MdmmcK65hP0Z7PX3GA@mail.gmail.com>
The recent thread on newbie-friendliness and a "ruby in a box" IDE
made me wonder what the dedicated ruby IDEs or text editors with IDE
features out there were (as opposed to ruby plugins for larger,
general-purpose IDEs and editors). So far, the active projects I've
seen are

* Arcadia [http://arcadia.rubyforge.org/]
* Redcar [http://redcareditor.com/]

Others?

martin

[toc] | [next] | [standalone]


#2757

FromSebastian Bachmann <sebastian.bachmann@gmail.com>
Date2011-04-13 08:32 -0500
Message-ID<F078DCB46CA842D0B4D5BDC779B87A7A@gmail.com>
In reply to#2756
[Note:  parts of this message were removed to make it a legal post.]

RubyMine from JetBrains

() ascii ribbon campaign - against html e-mail 
/\ www.asciiribbon.org - against proprietary attachments
On Mittwoch, 13. April 2011 at 15:29, Martin DeMello wrote: 
> The recent thread on newbie-friendliness and a "ruby in a box" IDE
> made me wonder what the dedicated ruby IDEs or text editors with IDE
> features out there were (as opposed to ruby plugins for larger,
> general-purpose IDEs and editors). So far, the active projects I've
> seen are
> 
> * Arcadia [http://arcadia.rubyforge.org/]
> * Redcar [http://redcareditor.com/]
> 
> Others?
> 
> martin
> 

[toc] | [prev] | [next] | [standalone]


#2771

Fromandrew mcelroy <sophrinix@gmail.com>
Date2011-04-13 10:29 -0500
Message-ID<BANLkTikr+8a_HcTL_Ak9uvfojDu3qA6oCw@mail.gmail.com>
In reply to#2757
[Note:  parts of this message were removed to make it a legal post.]

On Wed, Apr 13, 2011 at 8:32 AM, Sebastian Bachmann <
sebastian.bachmann@gmail.com> wrote:

> RubyMine from JetBrains
>
> () ascii ribbon campaign - against html e-mail
> /\ www.asciiribbon.org - against proprietary attachments
> On Mittwoch, 13. April 2011 at 15:29, Martin DeMello wrote:
> > The recent thread on newbie-friendliness and a "ruby in a box" IDE
> > made me wonder what the dedicated ruby IDEs or text editors with IDE
> > features out there were (as opposed to ruby plugins for larger,
> > general-purpose IDEs and editors). So far, the active projects I've
> > seen are
>

I will have in released in the next week or so the beginnings of Try Ruby
offline.
It isn't geared towards professionals, but rather beginners.
The idea is to put a repl + embedded ruby 1.9.2 interpreter into a simple to
run executable for windows mac and linux.

I'll make an announcement about it when I can show the code and show
something that runs. :-)

Andrew McElroy
http://TryRuby.org

>
> > * Arcadia [http://arcadia.rubyforge.org/]
> > * Redcar [http://redcareditor.com/]
> >
> > Others?
> >
> > martin
> >
>

[toc] | [prev] | [next] | [standalone]


#2777

FromJosh Cheek <josh.cheek@gmail.com>
Date2011-04-13 12:28 -0500
Message-ID<BANLkTi=GfLFNSkk_kfDyZFBJRNAn7bOqvQ@mail.gmail.com>
In reply to#2771
[Note:  parts of this message were removed to make it a legal post.]

On Wed, Apr 13, 2011 at 10:29 AM, andrew mcelroy <sophrinix@gmail.com>wrote:

> On Wed, Apr 13, 2011 at 8:32 AM, Sebastian Bachmann <
> sebastian.bachmann@gmail.com> wrote:
>
> > RubyMine from JetBrains
> >
> > () ascii ribbon campaign - against html e-mail
> > /\ www.asciiribbon.org - against proprietary attachments
> > On Mittwoch, 13. April 2011 at 15:29, Martin DeMello wrote:
> > > The recent thread on newbie-friendliness and a "ruby in a box" IDE
> > > made me wonder what the dedicated ruby IDEs or text editors with IDE
> > > features out there were (as opposed to ruby plugins for larger,
> > > general-purpose IDEs and editors). So far, the active projects I've
> > > seen are
> >
>
> I will have in released in the next week or so the beginnings of Try Ruby
> offline.
> It isn't geared towards professionals, but rather beginners.
> The idea is to put a repl + embedded ruby 1.9.2 interpreter into a simple
> to
> run executable for windows mac and linux.
>
> I'll make an announcement about it when I can show the code and show
> something that runs. :-)
>
> Andrew McElroy
> http://TryRuby.org
>
>
>

Looking forward to it ^_^

[toc] | [prev] | [next] | [standalone]


#2778

FromMartin DeMello <martindemello@gmail.com>
Date2011-04-13 12:56 -0500
Message-ID<BANLkTikArO9X7KBt0fOhKr-fj91cj8h3AQ@mail.gmail.com>
In reply to#2771
On Wed, Apr 13, 2011 at 8:59 PM, andrew mcelroy <sophrinix@gmail.com> wrote:
>
> I will have in released in the next week or so the beginnings of Try Ruby
> offline.
> It isn't geared towards professionals, but rather beginners.
> The idea is to put a repl + embedded ruby 1.9.2 interpreter into a simple to
> run executable for windows mac and linux.
>
> I'll make an announcement about it when I can show the code and show
> something that runs. :-)

exciting news :) what ui toolkit are you basing it on?

martin

[toc] | [prev] | [next] | [standalone]


#2811

FromVincent Manis <vmanis@telus.net>
Date2011-04-13 20:46 -0500
Message-ID<6C8B6A86-47DD-4541-AC78-C34A7BDA9F92@telus.net>
In reply to#2771
On 2011-04-13, at 08:29, andrew mcelroy wrote:
> I will have in released in the next week or so the beginnings of Try Ruby
> offline.
> It isn't geared towards professionals, but rather beginners.
> The idea is to put a repl + embedded ruby 1.9.2 interpreter into a simple to
> run executable for windows mac and linux.
This is a very worthwhile project, and I think it will be extremely useful. 

I would hesitate to call it an IDE, though, as from your description it doesn't appear to include any kind of editor. Thus while it's extremely useful for experimenting with Ruby (hence the name), it's not going to be ideal for helping newbies learn to write programs in Ruby. 

Is there any chance you might want to push this project a bit further and include a basic editor? 

-- v

[toc] | [prev] | [next] | [standalone]


#2820

FromVincent Manis <vmanis@telus.net>
Date2011-04-13 23:58 -0500
Message-ID<EC380E07-6703-4512-ACDF-270A92F0A78F@telus.net>
In reply to#2811
On 2011-04-13, at 20:10, Chad Perrin wrote, regarding my comments about offline TryRuby and a text editor:

> Include interactive_editor with a default editor on the system and it
> suddenly has a text editor -- without having to bundle the text editor
> with the Ruby package.  Even better, because the text editor is not tied
> to the IDE except by way of interactive_editor, the user can swap out the
> default editor for another.

Is this something a newbie can understand and use effectively? (That's not a rhetorical question, I really don't know what the answer might be.) 

[toc] | [prev] | [next] | [standalone]


#2877

FromEric Promislow <eric.promislow@gmail.com>
Date2011-04-14 12:56 -0700
Message-ID<eae8483f-5373-4361-83de-a5b9161fff0f@v11g2000prb.googlegroups.com>
In reply to#2756
On Apr 13, 6:29 am, Martin DeMello <martindeme...@gmail.com> wrote:
> The recent thread on newbie-friendliness and a "ruby in a box" IDE
> made me wonder what the dedicated ruby IDEs or text editors with IDE
> features out there were (as opposed to ruby plugins for larger,
> general-purpose IDEs and editors). So far, the active projects I've
> seen are
>
> * Arcadia [http://arcadia.rubyforge.org/]
> * Redcar [http://redcareditor.com/]
>
> Others?
>
> martin

There's always Komodo, which has been supporting Ruby since 2004.

The advantage of a multi-language IDE is that it stays up to date --
I'm
adding CoffeeScript support to it right now, answering this question
during
a compile.

... which is over.  Time to test it.

- Eric

[toc] | [prev] | [next] | [standalone]


#2911

FromRoger Pack <rogerpack2005@gmail.com>
Date2011-04-14 23:15 -0500
Message-ID<6097b937be60a6bbaa92d83cb8e8e8c9@ruby-forum.com>
In reply to#2756
> * Arcadia [http://arcadia.rubyforge.org/]
> * Redcar [http://redcareditor.com/]

freeride, but probably not active

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web