Page 1 of 1
More programming questions
Posted: Wed Sep 13, 2006 11:48 am
by Diekan
Here's the deal. I need to create a program that will basically manipulate stings and display the results in a graphical representation (not charts and graphs). I was thinking perl + java... would those be the easiest languages to use?
Keep in mind my knowledge of programming is limited to Visual Basic 6.0
Posted: Wed Sep 13, 2006 12:03 pm
by Gidan
Java is the devil and sucks beyond all belief. Perl is about as good a string manipulator as you get though the code is about as ugly as you get.
Can you be a bit more specific about what exactly you’re trying to accomplish?
Posted: Wed Sep 13, 2006 12:29 pm
by Lyion
CPAN can do it, most likely. I could help more, but....it is Diekan 3.0~
Posted: Wed Sep 13, 2006 12:46 pm
by Naethyn
Posted: Wed Sep 13, 2006 1:01 pm
by Tikker
2nd for perl
it's completely universal/platform independant
you can do anything in perl, and do it in just about anyway you want to
(this can make it difficult for someone else to follow behind you)
ps
java sucks donkey balls
Posted: Wed Sep 13, 2006 1:13 pm
by Lueyen
Java is trash, Pearl is well known as possibly the best text parsing language there is.. it might be possible to accomplish what you are looking to do in VB however.
Posted: Wed Sep 13, 2006 1:40 pm
by Arlos
Why the h8 for Java? Remember, Java is not the same thing as Javascript, which was originally NetscapeScript, but they changed the name for marketing purposes.
Actual Java you can do way more than just web applets in, it's a full object oriented programming language, and you can do just about anything with it. Hell, the structure and syntax is very very close to C++. The maindifference is in how the compiling and such works.
-Arlos
Posted: Wed Sep 13, 2006 1:53 pm
by Tikker
that and it's slower than fuck, and different versions are completely inoperable with each other
Posted: Wed Sep 13, 2006 1:54 pm
by Naethyn
The .NET framework is a copy of java. I just prefer vs2005 over netbeans.
Posted: Wed Sep 13, 2006 1:55 pm
by Naethyn
Tikker wrote:that and it's slower than fuck, and different versions are completely inoperable with each other
Try running Java on a non windows product and watch it fly. Case point 90% of cellphones.
Posted: Wed Sep 13, 2006 2:03 pm
by Gidan
I argued with 2 of my professors day and night about Java. Java just never ran anything the way we could make it run in other languages. I would pick a perl app over a java app any day. I just have yet to find something that would make me choose to use Java over say PHP, Perl, Python, C++ or C#. To me was little things like Java not supporting ENUM types, sounds small but anyone who has serious C, C++ background probably used them a lot. Java also just doesn’t perform as well as most of the other languages I have used.
Don’t get me wrong, it does have its place. I have my Java, JSP and servlets books right next to the PHP, Python, Perl and C books, I just find I don’t touch them as often as I do the others.
Posted: Wed Sep 13, 2006 2:09 pm
by Tikker
Naethyn wrote:Tikker wrote:that and it's slower than fuck, and different versions are completely inoperable with each other
Try running Java on a non windows product and watch it fly. Case point 90% of cellphones.
I'm SUN certified for Solaris
I'm very familiar with the garbage that is true Java
Posted: Wed Sep 13, 2006 6:04 pm
by Lionking
I second VB.net. Our corporate standard was/is Java. As soon there was the slightest crack and .net was made available for use, we dropped Java like a hot potato.
VB.net is part of the Borg but resistance is futile.
Posted: Wed Sep 13, 2006 7:29 pm
by Diekan
Yeah, I guess VB would work. I really can't go into details of the project because of it's for work. But, thanks for the suggestions.