I'm brand new to programming and had just decided to learn Java as a
first language, then stumbled accross Ruby, which seems far simpler to
learn, but doesn't seem to have as many resources/books etc.
I want to eventually write a Windows program for an Apartment
Management company that will keep track of their buildings
tenants....all their info, lockers, parking stalls, rental monies
owing, that sort of thing.
Will Ruby lead me to being able to do that eventually? I don't want,
nor can afford, to use any programs like Visual Basic that cost wad's
of money. And, I especially like the Open Source/Free program concepts
and community atmospheres.
You don't want to write a desktop application. You want to write a
web application. Trust me. It will be easier, and much more flexible
in the long run.
Learn Ruby and Rails and you'll be good to go.
regards,
Ed
···
On Tue, Nov 29, 2005 at 06:12:29AM +0900, Dab wrote:
I want to eventually write a Windows program for an Apartment
Management company that will keep track of their buildings
tenants....all their info, lockers, parking stalls, rental monies
owing, that sort of thing.
If you want to get lots of jobs - Java.
If you want to go through life smiling - Ruby.
Yes, keeping track of apartment tenants should be easy with Ruby.
Visual Basic is free - if you download the Express edition of VS2005,
and at this point probably a bit easier than Java, but not as slick as
Ruby.
I'm brand new to programming and had just decided to learn Java as a
first language, then stumbled accross Ruby, which seems far simpler to
learn, but doesn't seem to have as many resources/books etc.
I want to eventually write a Windows program for an Apartment
Management company that will keep track of their buildings
tenants....all their info, lockers, parking stalls, rental monies
owing, that sort of thing.
Will Ruby lead me to being able to do that eventually? I don't want,
nor can afford, to use any programs like Visual Basic that cost wad's
of money. And, I especially like the Open Source/Free program concepts
and community atmospheres.
What do you think?
I think that if you learn Ruby as a first language, learning other
languages after that would feel like having your hands
chopped off.
OTOH I'm not sure Ruby is the way to go if you want to produce
a GUI type application very quickly since AFAIK there's nothing
in Ruby that allows the ease of dragging some controls on a form
and setting their properties - like you could do with VB or Delphi.
VB is a terrible language, Delphi at least has some design to it,
I'm sure there's RAD type development environments for Java
although I haven't used them.
So Java is probably what you need - unless someone on the list
knows of a RAD type environment for building fast GUI apps in Ruby.
I'm brand new to programming and had just decided to learn Java as a
first language, then stumbled accross Ruby, which seems far simpler to
learn, but doesn't seem to have as many resources/books etc.
Ruby is going to be far simpler for you to learn than Java. Of course,
you knew I was going to say that, didn't you?
I'm hesitant to give advice about how to learn programming since I've
never taught anyone how to do that. Having said that, a lot of people
recommend "The Poignant Guide to Ruby" (online at http://www.poignantguide.net/ruby/\) as a fun to read Ruby
introduction. (I can vouch for the fun-to-read part; I just don't know
how good it is for teaching someone how to program.)
If you can wait for another month or so, Chris Pine's "Learn to
Program" is supposed to hit the bookshelves in January 2006 (see http://www.pragmaticprogrammer.com/titles/fr_ltp/index.html\). Although
the book's description doesn't explicitly say so, I think it's safe to
assume that Chris is using Ruby as the programming language in his
book.
I also definitely recommend the book "Programming Ruby" (2nd ed.) by
Dave Thomas and friends, although it's not a book for new programmers.
I want to eventually write a Windows program for an Apartment
Management company that will keep track of their buildings
tenants....all their info, lockers, parking stalls, rental monies
owing, that sort of thing.
Will Ruby lead me to being able to do that eventually? I don't want,
nor can afford, to use any programs like Visual Basic that cost wad's
of money. And, I especially like the Open Source/Free program concepts
and community atmospheres.
You can certainly write such an application with Ruby. At some point
down the road you will need to make some decisions about how users
interact with the program, e.g. whether it's a standalone application
that they run on their PC (such as Microsoft Office) or a Web-based
application that they access through a browser.
But that's not something that you need to decide about at this point.
In either case, Ruby's got you covered (and all with free tools and
software).
I'm brand new to programming and had just decided to learn Java as a
first language, then stumbled accross Ruby, which seems far simpler to
learn, but doesn't seem to have as many resources/books etc.
I want to eventually write a Windows program for an Apartment
Management company that will keep track of their buildings
tenants....all their info, lockers, parking stalls, rental monies
owing, that sort of thing.
Will Ruby lead me to being able to do that eventually? I don't want,
nor can afford, to use any programs like Visual Basic that cost wad's
of money. And, I especially like the Open Source/Free program concepts
and community atmospheres.
What do you think?
Thanks so much for your help!
Dab
Ruby on Rails is definately the way to go. And if you have *any* questions, you know you can ask them here. Round the clock community help, mate! Yeah, baby, yeah!
"Will Ruby lead me to being able to do that eventually?"
yes. more quickly, actually, and with more easily maintainable code.
>"I don't want,nor can afford, to use any programs like Visual Basic"
that's good, because if you did, you'd be depedent on windows being wherever you wanted to sell/install your product. probably true, but why take the chance ? i'll avoid editorializing about the limitations of windows, but you should do your own comparisons about the operating system that VB applications run on, and the operating systems(nb. thats plural) that ruby and java run on.
>"And, I especially like the Open Source/Free program concepts
and community atmospheres. What do you think?"
we like it too.
i think you should learn both: java and ruby. they both have strengths that you'll probably enjoy mastering. as a confessed brand new programmer who seems to have an open mind, you should learn at two languages anyway.
good luck, looking forward to hearing how it turns out.
Dab wrote:
···
Thanks for looking!
I'm brand new to programming and had just decided to learn Java as a
first language, then stumbled accross Ruby, which seems far simpler to
learn, but doesn't seem to have as many resources/books etc.
I want to eventually write a Windows program for an Apartment
Management company that will keep track of their buildings
tenants....all their info, lockers, parking stalls, rental monies
owing, that sort of thing.
I don't want,
nor can afford, to use any programs like Visual Basic that cost wad's
of money. And, I especially like the Open Source/Free program concepts
and community atmospheres.
Learn both Ruby and Java? Hmmm--never thought of that! Good idea!
Ruby and Rails---that seems interesting, but if I'm thinking about
marketing my software (my first project idea) eventually, to
independent Apartment complexes/Property Management companies, would
that limit me at all? I'm thinking about creating a Point-of-Sale
program next, to use in Optical Stores.
I like that Ruby is an emerging, blossoming language, despite the
limited resources, compared to Java. A contrarians dream! Maybe I'll be
able to contribute to it's growth, which sounds exciting.
As long as Ruby can enable me to create GUI programs, I'm not too
concerned about having an instantaneous RAD environment (Like NetBean's
for example). My chief objective, after many years of wishin 'n
dreamin, is to learn how to program---to be a programmer---so I can
create, use and maybe market, my own programs.
Based on your responses.....y'all sound like a community I'd love to
join! Again, thank you so much for the tremendous feedback and gracious
welcome!
I'm brand new to programming and had just decided to learn Java as a
first language, then stumbled accross Ruby, which seems far simpler to
learn, but doesn't seem to have as many resources/books etc.
I learned Java first. And I never. Ever. Ever. want to write it again.
Though it does offer a fair balance for some very different methodologies.
In a sense, Java will enlighten you on just WHY ruby is so much nicer
to work with (in most cases).
I want to eventually write a Windows program for an Apartment
Management company that will keep track of their buildings
tenants....all their info, lockers, parking stalls, rental monies
owing, that sort of thing.
Will Ruby lead me to being able to do that eventually? I don't want,
nor can afford, to use any programs like Visual Basic that cost wad's
of money. And, I especially like the Open Source/Free program concepts
and community atmospheres.
Yes... that sounds like an ideal RoR project, as others have mentioned.
Also, the Free Software community is alive and well in Ruby, though...
speaking too loudly about the GPL might get a few fingers chopped off.
( I seem to be one of the few FSF supporters around here who believes
Stallman is right. But maybe that's just because of all those email
fights I had with him when he made me feel bad )
What do you think?
Learn both. Go as far as you have to in Java and as far as you can in Ruby.
A warm welcome to you, being a ruby nuby is less scary that most other
languages, so you'll probably enjoy your stay.
Thanks for looking!
...
Will Ruby lead me to being able to do that eventually? I don't want,
nor can afford, to use any programs like Visual Basic that cost wad's
of money.
This may be anathema on this list, but I suggest neither for a first language.
Python or Scheme would probably probably best as a first language.
Python:
Bondage and discipline is not a bad thing when you are first learning.
Force good whitespace habits
Potentially confusing things tend to be drummed out of the language
Even if very powerful
Scheme
Encourages good program design
PLT rocks
Very little magic while still being full power
It is kind of like learning to ride on a normal bicycle before getting a 24 speed with a suspension and disk brakes.
-Brian
···
On Nov 28, 2005, at 1:12 PM, Dab wrote:
Thanks for looking!
I'm brand new to programming and had just decided to learn Java as a
first language, then stumbled accross Ruby, which seems far simpler to
learn, but doesn't seem to have as many resources/books etc.
I want to eventually write a Windows program for an Apartment
Management company that will keep track of their buildings
tenants....all their info, lockers, parking stalls, rental monies
owing, that sort of thing.
Will Ruby lead me to being able to do that eventually? I don't want,
nor can afford, to use any programs like Visual Basic that cost wad's
of money. And, I especially like the Open Source/Free program concepts
and community atmospheres.
then the poignant guide and chris pines 'learn to program' (both a google
away).
I wouldn't recommend the pickaxe to programming noobs since IMO its
not for total beginners to OOP and programming.
···
On 28/11/05, Dab <dabhar1959@hotmail.com> wrote:
Thanks for looking!
I'm brand new to programming and had just decided to learn Java as a
first language, then stumbled accross Ruby, which seems far simpler to
learn, but doesn't seem to have as many resources/books etc.
I'm not sure why you guys think Ruby is easier than Java from a "Learn It"
perspective. Maybe somebody can elaborate on this. I don't really see it.
In any case, something that I can tell you Dab, is that Java is a very
mature language. Documentation abounds, and the tools are plentiful. The
ruby community is just beginning to flower. That's usually a big
consideration for a lot of people.
If you go with Ruby, there are alot of smart, friendly people on this list
that'll help you out.
Good Luck!
···
-
Chris
On 11/28/05, Lyle Johnson <lyle.johnson@gmail.com> wrote:
On 11/28/05, Dab <dabhar1959@hotmail.com> wrote:
> I'm brand new to programming and had just decided to learn Java as a
> first language, then stumbled accross Ruby, which seems far simpler to
> learn, but doesn't seem to have as many resources/books etc.
Ruby is going to be far simpler for you to learn than Java. Of course,
you knew I was going to say that, didn't you?
I'm hesitant to give advice about how to learn programming since I've
never taught anyone how to do that. Having said that, a lot of people
recommend "The Poignant Guide to Ruby" (online at http://www.poignantguide.net/ruby/\) as a fun to read Ruby
introduction. (I can vouch for the fun-to-read part; I just don't know
how good it is for teaching someone how to program.)
If you can wait for another month or so, Chris Pine's "Learn to
Program" is supposed to hit the bookshelves in January 2006 (see http://www.pragmaticprogrammer.com/titles/fr_ltp/index.html\). Although
the book's description doesn't explicitly say so, I think it's safe to
assume that Chris is using Ruby as the programming language in his
book.
I also definitely recommend the book "Programming Ruby" (2nd ed.) by
Dave Thomas and friends, although it's not a book for new programmers.
> I want to eventually write a Windows program for an Apartment
> Management company that will keep track of their buildings
> tenants....all their info, lockers, parking stalls, rental monies
> owing, that sort of thing.
>
> Will Ruby lead me to being able to do that eventually? I don't want,
> nor can afford, to use any programs like Visual Basic that cost wad's
> of money. And, I especially like the Open Source/Free program concepts
> and community atmospheres.
You can certainly write such an application with Ruby. At some point
down the road you will need to make some decisions about how users
interact with the program, e.g. whether it's a standalone application
that they run on their PC (such as Microsoft Office) or a Web-based
application that they access through a browser.
But that's not something that you need to decide about at this point.
In either case, Ruby's got you covered (and all with free tools and
software).
Ruby on Rails is definately the way to go. And if you have *any* questions, you know you can ask them here. Round the clock community help, mate! Yeah, baby, yeah!
Considering how many highly skilled Ruby programmers are scattered around the globe, help is readily available in all timezones.
Also, there's a great IRC channel as well.
From the description of the problem, Ruby on Rails is probably the easiest
way to go. If you only want to run on one machine, you can just use a web server internal to that system.
-- Matt
Nothing great was ever accomplished without _passion_
Learn both Ruby and Java? Hmmm--never thought of that! Good idea!
Ruby and Rails---that seems interesting, but if I'm thinking about
marketing my software (my first project idea) eventually, to
independent Apartment complexes/Property Management companies, would
that limit me at all? I'm thinking about creating a Point-of-Sale
program next, to use in Optical Stores.
I like that Ruby is an emerging, blossoming language, despite the
limited resources, compared to Java. A contrarians dream! Maybe I'll be
able to contribute to it's growth, which sounds exciting.
As long as Ruby can enable me to create GUI programs, I'm not too
concerned about having an instantaneous RAD environment (Like NetBean's
for example). My chief objective, after many years of wishin 'n
dreamin, is to learn how to program---to be a programmer---so I can
create, use and maybe market, my own programs.
Based on your responses.....y'all sound like a community I'd love to
join! Again, thank you so much for the tremendous feedback and gracious
welcome!
You're quite welcome.
By the way, the community spirit here is driving me crazy! I better start a flamewar to get things balanced... "Python r0xx!!1"
Cheers mate, and may your days of programming be as fun as ours have been
Daniel
one thing that might be difficult to learn with no programming
experience is Ruby's meta programming. in this respect Java is easier.
one of the languages that they use in academia to teach programming is
lisp. you might want to take a look at that too. but just to learn
because doing something real in lisp is painful. Ruby is much more
suitable. i think. but in general of course programming is not about
language syntax and semantics...
On 11/28/05, Leslie Viljoen <leslie@camary.co.za> wrote:
OTOH I'm not sure Ruby is the way to go if you want to produce
a GUI type application very quickly since AFAIK there's nothing
in Ruby that allows the ease of dragging some controls on a form
and setting their properties - like you could do with VB or Delphi.
VB is a terrible language, Delphi at least has some design to it,
I'm sure there's RAD type development environments for Java
although I haven't used them.
You can do this w/ ruby and libglade... but that only applies to the
*nix'es as far as i know.
I'm brand new to programming and had just decided to learn Java as a
first language, then stumbled accross Ruby, which seems far simpler to
learn, but doesn't seem to have as many resources/books etc.
VB is a terrible language, Delphi at least has some design to it,
I'm sure there's RAD type development environments for Java
although I haven't used them.
VB.Net is a great language... just look at how many people are using it, and
liking it.