Favorite Programming Language?

my favorite programming language is Ruby (Ruby WebPage) is the only programming language that I found where Fun and Programming can go in the same sentence :D

#62724

Been a BASIC boy since the days of Borland Turbo Basic. Now it's VB or bust.

#62727

eh i know basic, pascal, c++, java... hate all of them and don't really ever use any of them anymore. So i leave the programmin to others ;)

#62781

The only thing that I think VB is good for is API's, VB makes that so much simpler. I know VB (vbscript, asp, BASIC), C++, HTML (Whoopie, not even a programming language, but it helps boost my ego), Javascript, Flash Script (essentially Javascript), and PHP. But my favorite out of all of them has to be VB, only because I don't know enough C++ to replace VB at the moment. But, I'm sure that will change in a couple of months.

#62822

Moved thread.

I'm loving Python right now. I can't think of anything to write a script for though. -_-

#62828

this poll was oriented to the linux people that's why I post it in the other forum :P

Contra, one day over a couple of beers I'll make you see the power of ruby ;) you'll be a zealot in no time (Y)

#62840

Originally posted by Telmo@Oct 7 2003, 02:43 PM

this poll was oriented to the linux people that's why I post it in the other forum :P

Contra, one day over a couple of beers I'll make you see the power of ruby ;) you'll be a zealot in no time  (Y)

Then why did you have VB as one of the choices. Since when did VB become available for Linux. DID I MISS SOMETHING!!! :o Gasp! My fainted heart. :sadwalk:

#62844

This has nothing to do with Customizing. That isn't a linux forum, its a CUSTOMIZING [*] forum.

Wizard: Mono will be able to run VB.NET.

#62846

what language is ruby most like?

#62860

look for yourself..

#!/bin/env ruby

require "date2"

5.times { puts "I am going to print this 5 times" }
3.upto(6) {|i|  print i } #will print numbers 3 4 5 6
('a'..'e').each {|char| print char } #will print a b c d e

puts "Merry Xmass" if Date.today.to_s is "2003-12-25"

1...20.each { |x| puts "number: #{x}" }

def sayGoodnight(name)
 result = "Goodnight, " + name
 return result
end

puts sayGoodnight("John-Boy")
puts sayGoodnight("Mary-Ellen")

a = %w( ant bee cat dog elk )    # create an array
a.each { |animal| puts animal }  # iterate over the contents

[ 'cat', 'dog', 'horse' ].each do |animal|
 print animal, " -- "
end
class Song
 def to_s
   "Song: #{@name}--#{@artist} (#{@duration})"
 end
end
aSong = Song.new("Bicylops", "Fleck", 260)
aSong.to_s  »  "Song: Bicylops--Fleck (260)"

#62867

I really like Java, I've been using it for two years now.

that ruby syntax seems pretty confusing for me... >.<

-frenzyfloyd

#62883

Ruby doesn't look bad...

Personally, I'm a C/C++/C# man at heart, and always will be ;)

C# is my current favourite language - it's so flexible!

#62888

I've done my most recent work in Java, myself, though I'm also skilled in BASIC (including QBasic, VB, PRO/5), HTML/XHTML/Javascript/CSS, and a little bit in C/C++.

I'm on work term right now and I do all my programming in PRO/5.

-=EDIT=- And yeah, I agree with FrenzyFloyd, that ruby syntax looks like it could get confusing...

-=EDIT again=- Ruby certainly looks interesting though, I'm going to set aside some time to look through the documentation and play around with it, I think...

#62893

I've never tried any form of C (plain, ++ or #). I've been using Basic even before GWBasic and love it.

The new toy I'm playing with is Flash Actionscript, which turns out to be chaotic :-P

#62925

Ruby cookbook short of

that's a very good place to look at examples of ruby code.

on line book on ruby

an EXCELENT ruby website notice the Windows 1 click ruby installer :)

#63119

I know basic C++, and I'm in an AP Programming class at my school which teaches Java at the college level.

Right now, I'm whining to go back to C++...I HATE Java, C++ was sooo much easier.

#63242

Originally posted by FliedLice@Oct 8 2003, 04:52 PM

I know basic C++, and I'm in an AP Programming class at my school which teaches Java at the college level.

Right now, I'm whining to go back to C++...I HATE Java, C++ was sooo much easier.

Yeah, last year for the AP class, I had C++. Then my teacher said that "next (this) year the AP class will be java." The AP board sucks. They're basically taking a step backward. Just because Java is cross-platform and can be used over the internet, that's no excuse to going to a terrible language. C++ is much more powerful and useful in every way.

#63245

Although c++ may be a bit more powerful, java is starting to more than make up for it in ease and speed of coding graphical apps. I'm personally a C, ++, and # man myself but have also done assembly for IA-32, MIPS, Java, Python, and Perl. Our university is gradually starting to push more towards java. I can see where they're going with it. There should be cross platform code, but honestly, what system doesn't run c code. Let the compiler deal with it. Oh yeah, i also am interested in learning some VB so if anyone could point me in the direction of some good app coding for VB (cuz i hear its quite simple) then I would appreciate it.

#63678

Originally posted by zpodseven+Oct 10 2003, 05:00 AM-->
QUOTE(zpodseven @ Oct 10 2003, 05:00 AM)
Although c++ may be a bit more powerful, java is starting to more than make up for it in ease and speed of coding graphical apps.

That's like saying that a pocket calculator is better than a dual Opteron workstation because it's more compact :blink:

#63702

For certain cases the pocket calculator would be better than the opteron. Can't really haul an opteron around in your pocket :P

And for my programming experience, it would be the latter of your assumptions. I know IA-32 assembler, as well as MIPS, Java (but not Java VM assembler), Python and Perl. duh.. :chair:

#63860

c++, assembler, java.

[edited] :rant:

well anyway i toped programming coz i got SICK of it. :(

now i want to join a circus and travel the world and if it is possible go to the Believe it or not show and be famous and millioner !!!!

thanks.

#63872

Originally posted by IngeneerMind@Oct 10 2003, 01:41 PM

now i want to join a circus and travel the world and if it is possible go to the Believe it or not show and be famous and millioner !!!!

Me too!!

I always wanted to be a llama tamer. You know, those wild beast that always pick thier nose. No they are not related to Hitler, jeesh! :rolleyes:

Maybe be could make another "World's Greatest Show on Earth" or "Cirque de Sole" (sp?). :woot:

Now, all we need are midgets. <_<

#63887

Originally posted by zpodseven+Oct 10 2003, 06:49 PM-->
QUOTE(zpodseven @ Oct 10 2003, 06:49 PM)
For certain cases the pocket calculator would be better than the opteron. Can't really haul an opteron around in your pocket :P

That was kinda my point - the two languages are aimed at different targets, so it's not really a fair comparison to say "C++ is better than Java" or vice-versa, unless you're quantifying your statement (even if it's only as far as "C++ is better than Java because I'm much more experienced in it", but experience shouldn't really be the sole reason for choosing an implementation).

#63910