I was studying Ruby & RoR but I've that there is a framework called Mojolicious with Perl. What is the difference? Which is better for a newbie?

I don't know a lot about Ruby and Ruby on Rails. I've only solved TryRuby| , Rubymonk and I was following Rails for Zombies.

link|improve this question
2  
Which is better, red or white? ---- What do you WANT? What is the destination of your journey? There is a lot of context missing to be able to answer the question. – Mörre Nov 28 '11 at 14:56
What do you already know? What do you want to do with the knowledge? Ruby is a bit of an odd choice IMO without a specific purpose for wanting to learn. Why don't you look at something a bit more universal like PHP? PHP is good as it helps you learn not only the basics of programming, but gives you a lot of syntax that can be ported to other languages, whereas Ruby appears to have its own unique syntax that may make learning other languages difficult. – Thomas Clayson Nov 28 '11 at 15:00
2  
You pick tools based on requirements, and you've conveyed absolutely nothing about your requirements. This is not a question. You're just soliciting subjective opinions from people. – tadman Nov 28 '11 at 15:14
feedback

closed as not constructive by lucapette, tadman, Taryn East, Will Nov 28 '11 at 16:50

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

Ruby's a much better designed language than Perl. Use it if at all possible.

link|improve this answer
Please explain the downvote. – Marnen Laibow-Koser Apr 10 at 14:13
You just said Ruby's a much better designed language than Perl, but you didn't explain how Ruby is better designed, and how Perl is badly designed. I think you need to expand your discussion with more convincing reasons. – Neevek May 16 at 5:16
@Neevek I didn't say Perl was badly designed. I said Ruby was better designed. And it is, in lots of ways: more consistent and attractive syntax, more consistent philsophy, better (Smalltalkish) object model, spectacular developer community, power without sacrificing conciseness. I could write volumes on any of these points (and others already have), but there's not enough space here... – Marnen Laibow-Koser May 16 at 15:43
...so perhaps search the Web for comparisons, or look at the ruby-talk and Rails mailing lists to get an idea of how people are using the language. – Marnen Laibow-Koser May 16 at 15:58
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.