|
I would like to know what are ruby's alternatives to the Java methods :
wait notify notifyAll Could you please post a small snippet or some links ?
Started by Geo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The first link....
For "Ruby condition variable" comes up with a bunch of useful pages.
Www.linuxtopia.org/online_books/programming_books/ruby_tutorial/Ruby_Threads_and_Processes_Condition programming in Ruby.
|
|
What applications can you make with the programming language Ruby? Can you name a few commercial/famous ones written only in Ruby?
What I'd really like to know is can you just learn Ruby instead of C/C++ to make commercial software e.g web server, photoshop...
Started by Imran on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Ruby....
People use most any programming languages to found?
What applications can you make with the programming language Ruby?
Ruby is Turing-complete, which before.
Ruby on Rails ? Some applications listed here .
|
|
What are some common programming mistakes made by Ruby developers, and how can they be avoided?
For example, requiring a gem and forgetting to require 'rubygems' .
(Inspired by Common programming mistakes for .NET developers to avoid? )
Started by Yaser Sulaiman on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on what language you did lastThis should answer your question - Ruby Gotchas for newbies
Proper whitespace in ternary operator, there're lots of ruby vs....
From Programming Ruby: The Pragmatic Programmer's Guide .
|
Ask your Facebook Friends
|
Hi I am intermediate in java but as one of the company requirements they are looking for JAVA+RUBY programming language.. Can anybody help how to get started with Ruby I need to get it done in next one month so that I can crack the interview of the company...
Answer Snippets (Read the full thread at stackoverflow):
Through, go here:
Programming Ruby: The Pragmatic Programmer's Guide
To Ruby From Java
To Ruby From Other Languages
Download Ruby
To Ruby from Java:
http://www.ruby-lang.org/en/documentation/ruby-from....
|
|
I'm am an experienced developer in other languages like C#, VB.net and C++, but a real newbie in Ruby. What Ruby book do you think should I read first?
Started by backslash17 on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out " The Ruby....
This is the second book about ruby I had purchased (the 1st: Programming Ruby ), and I prefer this.
Why's Poignant Guide to Ruby is almost certainly unlike any programming book you've ever .
|
|
I'm trying to learn C++, but it's hard. I'm thinking about trying to learning something else instead of C++. I prefer programming languages similar to Ruby.
Started by Delirium tremens on
, 23 posts
by 23 people.
Answer Snippets (Read the full thread at stackoverflow):
Some people tool for the....
And very similar to Ruby.
Perl is fun.
Other programming languages that are different than Ruby, but closer to C++, I would recommend Java (from no programming experience through seasoned veteran).
|
|
A couple of months ago I read a blog post about a ruby gem that could determine the programming language by reading the code itself. For the life of me I can't recall the blog or the name of the gem. And googling for "ruby programming language guess" ...
Started by Philip Hallstrom on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The article at http://blog.chrislowis.co.uk/2009/01/04/identify-programming-languages-with-source.
|
|
As I understand it, eruby is like erb - it lets you stick ruby code into HTML. If someone is using Rails, more than likely they would use erb or Haml.
But if I'm not using Rails, under what cirumstances would I need eruby if I'm just doing Ruby programming...
Started by Bryan Locke on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
ERuby isn't just for HTML - it allows you to embed ruby.
Other than that, you probably don't need it.
|
|
I'm planning on teaching a programming elective next year at my high-school. The students would be from 9th to 12th grade with minimal programming experience in ti-basic at best. I've yet to decide on what language to use in it. I fear that if I use something...
Started by deeb on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
In fact, it probably....
Low level languages certainly have boring language.
As for using Ruby them off programming by instructing something too boring.
Teach them high-level programming and encourage play and experimentation.
Aspects.
|
|
My language of choice is Ruby, but I know because of twitter that Ruby can't handle a lot of requests. It is a good idea using it for socket development? or Should I use a functional language like erlang or haskell or scala like twitter developers did...
Started by Hector Villalobos on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
If you get such a library and use it in ruby you should be able such as Erlang the suitability of Ruby....
It is always better to use what you know that does it behind the scenes .
If ruby is your favorite language, yes it is a good idea.
|