More programming questions
Moderator: Dictators in Training
More programming questions
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
Keep in mind my knowledge of programming is limited to Visual Basic 6.0
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?
Can you be a bit more specific about what exactly you’re trying to accomplish?
For to win one hundred victories in one hundred battles is not the acme of skill. To subdue the enemy without fighting is the acme of skill.
vb.net is my fav. The string class in .net is huge.
http://msdn.microsoft.com/library/defau ... stopic.asp
http://msdn.microsoft.com/library/defau ... stopic.asp
Maeya wrote:And then your head just aches from having your hair pulled so tight for so long...
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.
Raymond S. Kraft wrote:The history of the world is the history of civilizational clashes, cultural clashes. All wars are about ideas, ideas about what society and civilization should be like, and the most determined always win.
Those who are willing to be the most ruthless always win. The pacifists always lose, because the anti-pacifists kill them.
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
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
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.
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.
For to win one hundred victories in one hundred battles is not the acme of skill. To subdue the enemy without fighting is the acme of skill.





