Valhalla Legends Archive

Programming => General Programming => Topic started by: BigFoot on August 05, 2005, 04:06 PM

Title: Download Visual Basic, & other languages.
Post by: BigFoot on August 05, 2005, 04:06 PM
Hey,
Disclaimer:Even though this is my first post, I have been on these boards before.

I want to start programming.

I'm not going to "flame" or do anything else other lamers do.  This is my first post, but I have frequent these forums for quite some time.  I was wondering where I can download one language first, then i'll probably get more once my progress level is high enough.
Also:  I am going to learn binary, and hex probably.  I want to learn all I can about computers.  I have been taking my computer for granted way too long.  Someone else set it up for me, so I don't know as much as I should, you know?

Thanks
Title: Re: Download Visual Basic, & other languages.
Post by: shout on August 05, 2005, 04:21 PM
C# (http://www.icsharpcode.net/OpenSource/SD/) is a very good langauge for beginners. So is Java (http://java.sun.com).
Title: Re: Download Visual Basic, & other languages.
Post by: Yegg on August 05, 2005, 04:35 PM
I'm going to have to suggest Python (http://www.python.com) for a beginning language. It's not only supported by all major platforms, but it is very easy to learn, it's interpreted, and it is Object Oriented.
Title: Re: Download Visual Basic, & other languages.
Post by: BigFoot on August 05, 2005, 05:10 PM
Thanks for the replies so far.  I really do appreciate it. 
Title: Re: Download Visual Basic, & other languages.
Post by: BigFoot on August 05, 2005, 05:14 PM
Quote from: Yegg on August 05, 2005, 04:35 PM
I'm going to have to suggest Python (http://python) for a beginning language. It's not only supported by all major platforms, but it is very easy to learn, it's interpreted, and it is Object Oriented.

I just noticed that hyperlink is invalid.  :(
Title: Re: Download Visual Basic, & other languages.
Post by: R.a.B.B.i.T on August 05, 2005, 05:24 PM
Not in Firefox (http://www.firefox.com/) :)
Title: Re: Download Visual Basic, & other languages.
Post by: BigFoot on August 05, 2005, 05:38 PM
Quote from: rabbit on August 05, 2005, 05:24 PM
Not in Firefox (http://www.firefox.com/) :)


Yeah, well, I know just as much as you do that FireFox is the best browser out there..but it did give me an annoying problem.
Title: Re: Download Visual Basic, & other languages.
Post by: R.a.B.B.i.T on August 05, 2005, 05:40 PM
It's open source.  Fix it!  I'm sure it'd be a great learning experience :P
Title: Re: Download Visual Basic, & other languages.
Post by: tA-Kane on August 05, 2005, 07:36 PM
Quote from: Yegg on August 05, 2005, 04:35 PMit's interpreted
eww

use C++. it's fun. it's fast. and it's not interpreted.
also, it's advanced. but you'll learn it quickly i hope. otherwise, you're not a good programmer.
Title: Re: Download Visual Basic, & other languages.
Post by: Warrior on August 05, 2005, 07:39 PM
Learn PHP!
Title: Re: Download Visual Basic, & other languages.
Post by: tA-Kane on August 05, 2005, 07:53 PM
PHP is an excellent compromise.
Title: Re: Download Visual Basic, & other languages.
Post by: BigFoot on August 05, 2005, 10:24 PM
Quote from: Warrior on August 05, 2005, 07:39 PM
Learn PHP!

Thats a website language.   :P

That's what you label it as I think.  Or web designing.
Title: Re: Download Visual Basic, & other languages.
Post by: Warrior on August 05, 2005, 10:36 PM
It's a programming language.
Title: Re: Download Visual Basic, & other languages.
Post by: R.a.B.B.i.T on August 06, 2005, 01:21 AM
Quote from: BigFoot on August 05, 2005, 10:24 PM
Quote from: Warrior on August 05, 2005, 07:39 PM
Learn PHP!

Thats a website language.   :P

That's what you label it as I think.  Or web designing.
If you have the right programs, it's also a runnable language on a computer.
Title: Re: Download Visual Basic, & other languages.
Post by: Yegg on August 06, 2005, 08:22 AM
My post has been fixed.
Title: Re: Download Visual Basic, & other languages.
Post by: iago on August 06, 2005, 09:22 AM
All the suggestions made here are good. 

The problem with Visual Basic is that the software to create it costs $100's (maybe $1000's?) of dollars to buy.  This was done by THE MAN (Bill Gates) to discourage hobby-style coding.  Plus, it sucks and holds you back.  I don't recommend learning it. 

C# and Java are probably the easiest good languages to learn.  They are very powerful and fairly simple. 

Python and Perl are also good languages, although they're a little tricky to learn.  Perl was one of the first languages I learned, and I rather like it. 

Php is good at what it does, and learning it well will give you a good background.  Like any other language, you just need to learn one, then learning others will fall into place. 

Finally, C and C++ are probably the most difficult to learn, but anybody who wants to call himself a "real programmer" has to have strong skills in at least one of them.  Otherwise, you're just a poser.  And once you learn one of these well, every other language (basically) is easy to pick up. 

If you want to impress people, be the first person to master BrainFuck (http://www.muppetlabs.com/~breadbox/bf/) or Whitespace (http://compsoc.dur.ac.uk/whitespace/) :-)
Title: Of downloadable languages
Post by: Kp on August 06, 2005, 11:04 AM
As far as free languages go:


Non-free languages:

If you're just looking to get into scripting technologies, also check out bash (http://www.gnu.org/software/bash/bash.html).  It's the de facto standard for quick&dirty scripts on Unix systems.  Perl (http://www.perl.com/) is preferred for more complex tasks.
Title: Re: Of downloadable languages
Post by: shout on August 06, 2005, 11:30 AM
Quote from: Kp on August 06, 2005, 11:04 AM
C# may be free someday, but it's really not a particularly useful language.  If you really want to get into it, check out the Mono project (http://www.go-mono.com/).

Quote from: microsoft
The C# command-line compiler is included for free as part of the .NET Framework SDK.

SharpDevelop (http://www.icsharpcode.net/OpenSource/SD/) is an open-source IDE.
Title: Re: Of downloadable languages
Post by: Kp on August 06, 2005, 11:36 AM
Quote from: Shout Sucks on August 06, 2005, 11:30 AM
Quote from: microsoftThe C# command-line compiler is included for free as part of the .NET Framework SDK.

Libre or simply gratis?
Title: Re: Of downloadable languages
Post by: shout on August 06, 2005, 11:37 AM
Quote from: Kp on August 06, 2005, 11:36 AM
Quote from: Shout Sucks on August 06, 2005, 11:30 AM
Quote from: microsoftThe C# command-line compiler is included for free as part of the .NET Framework SDK.

Libre or simply gratis?

Totally 100% free. (The framework SDK is free too)
Title: Re: Download Visual Basic, & other languages.
Post by: dxoigmn on August 06, 2005, 01:17 PM
Quote from: iago on August 06, 2005, 09:22 AM
If you want to impress people, be the first person to master BrainFuck (http://www.muppetlabs.com/~breadbox/bf/) or Whitespace (http://compsoc.dur.ac.uk/whitespace/) :-)

For my programming languages course, I did a presentation on BrainFuck. Also wrote a simple IDE (in VB.NET) called "Brainicide" to run brainfuck programs. Allowed me to single step through the instructions and view memory since there were very few programs that had debugging features. Very neat language.\

Edit: Originally, I was going to do my presentation on Whirl (http://en.wikipedia.org/wiki/Whirl_programming_language), another esoteric language (http://en.wikipedia.org/wiki/Esoteric_programming_language).
Title: Re: Of downloadable languages
Post by: iago on August 06, 2005, 06:06 PM
Quote from: Shout Sucks on August 06, 2005, 11:37 AM
Quote from: Kp on August 06, 2005, 11:36 AM
Quote from: Shout Sucks on August 06, 2005, 11:30 AM
Quote from: microsoftThe C# command-line compiler is included for free as part of the .NET Framework SDK.

Libre or simply gratis?

Totally 100% free. (The framework SDK is free too)

Free if you bought Windows :-P

I'd kind of like to learn C#, actually, I'll have to install Mono though..
Title: Re: Download Visual Basic, & other languages.
Post by: BigFoot on August 06, 2005, 11:55 PM
Thanks for references/opinions, etc guys.  I'm probably going to learn python first.
Title: Re: Download Visual Basic, & other languages.
Post by: Warrior on August 07, 2005, 12:09 AM
Quote from: Kp on August 06, 2005, 11:04 AM
[li]PHP (http://www.php.net/) - again, unused[/li][/list]

WTF!
Title: Re: Download Visual Basic, & other languages.
Post by: Topaz on August 07, 2005, 01:06 PM
WhiteSpace seems pretty leet, I might go into it! :-P