Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » Visual Basics
Re: Visual Basics [message #230002 is a reply to message #229992] Sat, 11 November 2006 10:37 Go to previous messageGo to previous message
Dave Anderson is currently offline  Dave Anderson
Messages: 1953
Registered: December 2004
Location: United States
Karma:
General (1 Star)
Silent Kane wrote on Sat, 11 November 2006 08:47

Dave Anderson wrote on Thu, 09 November 2006 20:48

You're right. It has horrible syntax and is an unstable language. However, a lot of people are attracted to it because of its "English like" syntax.

And C++ and such don't have ""English like" syntax"?
Also, Java and VisualBullshit are NOT a good language to start with. About all languages are "easy" to learn, difference is that VB and Java are slow and are rather limited.



Not like Visual Basic does. For example, the simple if-then-else statement.

Visual Basic:

If condition Then
action
Else
action
End If

C#, C++, J#..

if (condition)
{
action
}
else
{
action
}

The difference is that beginner programmers do not like the syntax of having brackets and other interesting characters in their code. A poll was taken on the Microsoft Forums a while back and some 70% or more of the beginner programmers who voted had voted for Visual Basic for that reason.

Quote:

Also, Java and VisualBullshit are NOT a good language to start with. About all languages are "easy" to learn, difference is that VB and Java are slow and are rather limited.


Visual Basic is a good language to start with despite it being slow and unstable. A lot of the syntax for things such as creating arrays are more simple in VB. The language being limited has no bearing on whether it is a good language to start with or not. When you first learn a language, you're not going to care whether you have the fine tuned control like you do in C++ or C#, you want to learn the basics and learn the logic.


David Anderson
Founder, Software Consultant
DCOM Productions
Microsoft Partner (MSP)

[Updated on: Sat, 11 November 2006 10:41]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Server
Next Topic: katt williams, pretty damn funny
Goto Forum:
  


Current Time: Mon Nov 25 07:55:32 MST 2024

Total time taken to generate the page: 0.01227 seconds