From: corey konrad <0011@...> Date: 2006-05-12T12:16:28+09:00 Subject: Re: conversion issues The goal of ruby is to make programming easier and more enjoyable right? So isnt it important that a language with that as its goal can express simple programs in a simple and intuitive way? I am a begining programmer and i find ruby counter intuitive so far and that worries me and makes me wonder if i am wasting my time with. I want to learn how to write software. Thats the bigger picture i am in right now. Its not personal, I am just trying to get my feet wet here and make sense of all this stuff. > Yes, I am too currently looking for a language worthy of my "what is > your favorite number" program. I guess ruby is just 260,000 lines of > hype. > > def favorite_number > print "what is your favorite number? " > puts "#{gets().to_i + 1} is better" > end > > -- Daniel -- Posted via http://www.ruby-forum.com/.