Pages: [1]
|
|
|
Author
|
Topic: computer languages (Read 3649 times)
|
Zarnium
Frungy champion
Offline
Gender:
Posts: 75
Mr. Owl ate my metal worm.
|
Anyone know a place where you can dowload visual basic? preferably free but if there is a really good one that isn't let me know too. I have been using chipmunk basic, which is simialr to the really old basic, but I wanted to see how good visual basic was and see if it was better.
And I do know that "visual" refers to the fact that you dont use place numbers. Also I have a mac, so it would have to be macintosh compatible.
|
|
|
Logged
|
|
|
|
0xDEC0DE
*Many bubbles*
Offline
Posts: 175
|
Visual Basic® is a Microsoft product, and only runs under MS Windows. So it's not going to do you a lot of good on a Mac.
If you're using MacOS X, you've already got Perl available; it's a lot like BASIC in the sense that you can crank out the most nonsensical, unstructured crap, and after jamming it through the interpreter, it will still run/work (even if it is "by accident") But unlike BASIC, Perl can actually be useful, and has some useful tech in its core feature set (regular expressions, hashes) that make it worth having on your toolbelt if you use computers in any professional capacity.
A better idea is to grab a copy of Xcode (available for free download through the Apple Developer Connection, see http://www.apple.com) which will allow you to use more...capable programming languages like C, Objective-C, C++, Python, and Java.
|
|
|
Logged
|
"I’m not a robot like you. I don’t like having disks crammed into me… unless they’re Oreos, and then only in the mouth." --Fry
|
|
|
Zarnium
Frungy champion
Offline
Gender:
Posts: 75
Mr. Owl ate my metal worm.
|
ok, thanks, i really had no idea it was a windows only product I just figured I should learn a more simple language before attempting java. I really want more of a learning tool then anything else.
|
|
« Last Edit: September 09, 2006, 04:58:28 pm by Zarnium »
|
Logged
|
|
|
|
|
Zarnium
Frungy champion
Offline
Gender:
Posts: 75
Mr. Owl ate my metal worm.
|
yeah... unless by some bizzarre twist of fate i become a proffessional game maker, java is as complicated as im gonna get .
|
|
|
Logged
|
|
|
|
|
Novus
Enlightened
Offline
Gender:
Posts: 1938
Fot or not?
|
Visual Basic has its uses. In particular, it makes a great UI prototyping tool; drawing a dialogue box and sticking just enough code to make your point under it is a piece of cake in VB.
However, in my experience (which dates back to VB 5 and may not reflect the current state of VB), VB suffers from having a confusing and mostly unusable attempt at object orientation bolted onto a language that was never meant to support it. The "compiled" code was roughly two orders of magnitude slower than equivalent C code and required a huge DLL that was essentially a glorified interpreter. VB.NET apparently mitigates this somewhat. However, UI builders for Java and C++ (e.g. Eclipse or JBuilder) have come a long way since then, too.
|
|
|
Logged
|
|
|
|
JonoPorter
Enlightened
Offline
Gender:
Posts: 656
Don't mess with the US.
|
VB.Net is the most recent version of VB and it is just as fast as any of the .net languages (which is pretty darn fast, because it is compiled to machine code) and it is no longer restricted to the Microsoft platform. Mono which is an implementation of .net for linux/mac operating systems is quite advance and has a compiler for VB.net. You can download VB.Net express (a very nice IDE) for free from the Microsoft site. The main reason I don’t like VB is that it’s syntax is extremely ugly in my opinion. Personally I would recommend C# since it’s the flagship language for .NET. The thing is that visual basic is not really a “simple language” because it has nearly as many features as any other language.
|
|
|
Logged
|
|
|
|
|
|
|
|
Novus
Enlightened
Offline
Gender:
Posts: 1938
Fot or not?
|
C++ is sort of the English of programming languages; it's full of inconsistencies and needless complications, but has assimilated almost every useful feature from every other language known to man, allowing it to be widely used. Like English, there are lots of people who use C++ without grasping more than the basics of the language.
|
|
|
Logged
|
|
|
|
|
Pages: [1]
|
|
|
|
|