[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

an alternative for VB using Ruby

Thilanka Marasinghe

7/10/2007 4:52:00 AM

I want to know if theres an alternative to VB.net using ruby.. I mean in
terms of dragging and dropping to build applications directly.. so that
building apps would be faster in ruby than it already is.
Might seem like a silly question but i do not know any better

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

6 Answers

Daniel Lucraft

7/10/2007 6:38:00 AM

0

Thilankka Marasinghe wrote:
> I want to know if theres an alternative to VB.net using ruby.. I mean in
> terms of dragging and dropping to build applications directly.. so that
> building apps would be faster in ruby than it already is.
> Might seem like a silly question but i do not know any better

There is the Glade GUI builder, which has a Ruby binding. Here is a
sample video of how you can use it to rapidly develop GUI applications
in Ruby:

http://ruby-gnome2.sourceforge.jp/hiki.cgi...

For this you need to install the GTK toolkit (which you have already if
you are running Gnome) and the Ruby-Gnome2 bindings to GTK.

http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ins...

best,
Dan

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

Huw Collingbourne

7/10/2007 8:55:00 AM

0


"Thilankka Marasinghe" <thilankaster@gmail.com> wrote in message
news:c880007d90f867c3cc3b19e0be6442e5@ruby-forum.com...
>I want to know if theres an alternative to VB.net using ruby.. I mean in
> terms of dragging and dropping to build applications directly..

In the next release of Ruby In Steel Developer (later this year) you will be
able to create dual language applications (e.g. VB.NET or C# plus Ruby).
This means that (among other things) you will be able to create the entire
user interface in VB.NET or C# and run your Ruby program from it.

More info on our blog:
http://www.sapphir.../Visual-Basic-Talk...
http://www.sapphir.../From-C-to-Ruby-and-back...
http://www.sapphir.../Adventures-in-Ru...
http://www.sapphir.../Visual-Ruby-One-...

best wishes
Huw Collingbourne

http://www.sapphir...
Ruby Programming In Visual Studio 2005


SonOfLilit

7/10/2007 1:14:00 PM

0

There is an old japanese implementation of a VB like IDE in ruby (that
I've never tried) for Windows.

Look in the rubygarden wiki.


But believe me, you don't want VB-ness in your ruby code. Instead, you
want elegance and easy editing. There is a reason that all popular
programming languages use ASCII only.

Aur

On 7/10/07, Thilankka Marasinghe <thilankaster@gmail.com> wrote:
> I want to know if theres an alternative to VB.net using ruby.. I mean in
> terms of dragging and dropping to build applications directly.. so that
> building apps would be faster in ruby than it already is.
> Might seem like a silly question but i do not know any better
>
> --
> Posted via http://www.ruby-....
>
>

Chad Perrin

7/10/2007 5:17:00 PM

0

On Tue, Jul 10, 2007 at 03:37:34PM +0900, Daniel Lucraft wrote:
> Thilankka Marasinghe wrote:
> > I want to know if theres an alternative to VB.net using ruby.. I mean in
> > terms of dragging and dropping to build applications directly.. so that
> > building apps would be faster in ruby than it already is.
> > Might seem like a silly question but i do not know any better
>
> There is the Glade GUI builder, which has a Ruby binding. Here is a
> sample video of how you can use it to rapidly develop GUI applications
> in Ruby:
>
> http://ruby-gnome2.sourceforge.jp/hiki.cgi...

Ouch. I wonder whose bright idea it was to produce a 1024x768 Flash
video.

--
CCD CopyWrite Chad Perrin [ http://ccd.ap... ]
Dr. Ron Paul: "Liberty has meaning only if we still believe in it when
terrible things happen and a false government security blanket beckons."

greg.kujawa

7/10/2007 7:00:00 PM

0

On Jul 10, 9:13 am, SonOfLilit <sonofli...@gmail.com> wrote:
> There is an old japanese implementation of a VB like IDE in ruby (that
> I've never tried) for Windows.
>
> Look in the rubygarden wiki.
>
> But believe me, you don't want VB-ness in your ruby code. Instead, you
> want elegance and easy editing. There is a reason that all popular
> programming languages use ASCII only.
>
> Aur
>
> On 7/10/07, Thilankka Marasinghe <thilankas...@gmail.com> wrote:
>
> > I want to know if theres an alternative to VB.net using ruby.. I mean in
> > terms of dragging and dropping to build applications directly.. so that
> > building apps would be faster in ruby than it already is.
> > Might seem like a silly question but i do not know any better
>
> > --
> > Posted viahttp://www.ruby-....

Hey, I like Ruby as much as the next guy but "all popular programming
languages use ASCII only" is a bit of a stretch, dontcha think? If you
are talking about __popularity__ then Java and .NET are much more in
the mainstream than Ruby, Perl, Python, et. al. Go look for online
jobs, or in a bookstore or on a college course schedule. If you want
to say "hardcore/historical/expert programming languages" then I might
buy that, since C can definitely join the group. But "all" is a tough
qualifier for my $0.02 US...

SonOfLilit

7/11/2007 2:28:00 PM

0

Java and .NET have GUI builders, but still store the interface plan in
ASCII that can be read and edited, I think... Actually, sorry, I'm not
that sure about .NET.

And of course there is VB which is popular, so I'm wrong.

Aur

On 7/11/07, gregarican <greg.kujawa@gmail.com> wrote:
> On Jul 10, 9:13 am, SonOfLilit <sonofli...@gmail.com> wrote:
> > There is an old japanese implementation of a VB like IDE in ruby (that
> > I've never tried) for Windows.
> >
> > Look in the rubygarden wiki.
> >
> > But believe me, you don't want VB-ness in your ruby code. Instead, you
> > want elegance and easy editing. There is a reason that all popular
> > programming languages use ASCII only.
> >
> > Aur
> >
> > On 7/10/07, Thilankka Marasinghe <thilankas...@gmail.com> wrote:
> >
> > > I want to know if theres an alternative to VB.net using ruby.. I mean in
> > > terms of dragging and dropping to build applications directly.. so that
> > > building apps would be faster in ruby than it already is.
> > > Might seem like a silly question but i do not know any better
> >
> > > --
> > > Posted viahttp://www.ruby-....
>
> Hey, I like Ruby as much as the next guy but "all popular programming
> languages use ASCII only" is a bit of a stretch, dontcha think? If you
> are talking about __popularity__ then Java and .NET are much more in
> the mainstream than Ruby, Perl, Python, et. al. Go look for online
> jobs, or in a bookstore or on a college course schedule. If you want
> to say "hardcore/historical/expert programming languages" then I might
> buy that, since C can definitely join the group. But "all" is a tough
> qualifier for my $0.02 US...
>
>
>