Welcome Guest ( Log In | Register )

      
Discover the best free computer help!
Learn more about Geeks to Go by taking the tour. Spyware, virus, trojan, fake security or privacy alerts? Read the malware cleaning guide.
3 Pages V   1 2 3 >  
Reply to this topicStart new topic
Easiest language
admin
post Apr 8 2005, 12:17 PM
Post #1


Site Administrator
Group Icon
Posts: 17,472
From: 127.0.0.1
OS: Windows Vista Ultimate



Many programming language and concepts are closely related. What's the easiest to learn? If you were to recommend one language to learn, and then build off that knowledge to learn others, what would it be?
Go to the top of the page
 
+Quote Post
freek
post Apr 8 2005, 01:52 PM
Post #2


Member
***
Posts: 167
From: North Carolina
OS: Windows XP



Easiest language would be BASIC or Python. But, for these times I reccomend learning Visual Basic.
Go to the top of the page
 
+Quote Post
transkinetic
post Apr 8 2005, 03:09 PM
Post #3


New Member
*
Posts: 9
OS: XP, Ubuntu/Linux



That one with the turtle. Forget what it's called. *smacks head against wall* Nope, still don't remember. Had lots of fun making games in that when I was 11 or 12.

More seriously, php is really easy and might be a good intro to more advanced c++/c.

Not that I actually know any of them well or hardly at all.
Go to the top of the page
 
+Quote Post
ditto
post Apr 8 2005, 06:52 PM
Post #4


- i pwn n00bs -
Group Icon
Posts: 1,257
From: Phila. PA
OS: Ubuntu 7.04



the one with the turtle was called logo i believe
Go to the top of the page
 
+Quote Post
cobhcf
post Apr 12 2005, 12:14 AM
Post #5


Member
**
Posts: 81
From: MI
OS: XP



I love PHP wub.gif wub.gif wub.gif

Cheers! thumbsup.gif
Go to the top of the page
 
+Quote Post
Ojoshiro
post Apr 12 2005, 02:58 AM
Post #6


Member
***
Posts: 146
From: 51° 55' North, 4° 29' East
OS: Windows 2000 & windows mobile edition 2003



Perl maybe ? I've noticed I can at least read Java and C now.
But I recommend german or english. Seems all the good books on programming are in those languages. biggrin.gif

Basic was rather easy to learn, but it allows you to create an utter mess. It's also hard (if not impossible) to do anything Orient Objected with it.
In school they gave us Pascal to fiddle with. Not my flavour really.

I guess if you know what you're doing in assembler every programming language is a doddle after that.
I noticed that for my kid JavaScript seems to be an entry-point into the world of programming. Now she wants to learn perl. thumbsup.gif

Logo... is that what Squeak is now?

So what's with Ruby?

Ojo
Go to the top of the page
 
+Quote Post
bdlt
post Apr 12 2005, 03:16 AM
Post #7


Member
***
Posts: 871
From: California
OS: Windows 98



how about fun and easy: html, then javascript(web programming)

here's a possible sequence with the easiest first html, basic, javascript, java, php

javascript is a nice introduction into object oriented programming - you don't really need to understand it fully to use it affectively. java and php are probably at the same level of difficulty.
Go to the top of the page
 
+Quote Post
The one
post Apr 12 2005, 06:35 AM
Post #8


Member
***
Posts: 243
OS: XP pro sp2



im interested in more scripting like wmi, and windows scritping host, and some batch altho is getin old, not to say i know alot so far managed to map a printer and set it as default over the network.
Go to the top of the page
 
+Quote Post
Lightninghawk
post Apr 12 2005, 12:27 PM
Post #9


Member
***
Posts: 128
From: Douglas, Ga.
OS: XP



I was told HTML should be where anybody should start off at just because its more fun and simple. I am doing ok with that. I'm taking Visual Basic .NET in school right now.

Though I would like to learn more on the Internet Programming such as: JavaScript, Perl, PHP, and CSS. But those will have to wait a little while.

I say that if you want to learn programming start with HTML just to have some fun and test your patience. Then move to Javascript. From there start with Visual Basic.
Go to the top of the page
 
+Quote Post
BuRnEr
post Apr 12 2005, 12:29 PM
Post #10


Member
**
Posts: 48
OS: win 98, xp pro and 2000 server



use managed enviroment avoid memory leaking(or dont strugle with it manually)..
Dot Net Dot Net does it with garbage Colector and java has that too....
now programmers prefer C# why because it takes feature of C++ and java (two most powerfull language) and its oopl
if you re thinking about the easiest language than there is no such a thing easy language...all of them need's logical and sytax things most difficult one is logical one (creating algorithm),....creating your own methods ,class, ...objects....
syntax is that it converts your algorithm into pl(coding, can bee with any pl language) and compiler convert it in machine language...

C++= pointers and memory;
why C++ is most powerful language because it is a portable,has very rich class library,and it s so flexible(you can do whatever you want because it is between love level (assembly)and high level languages(close to high level)) opss iforget most important concept C++ is also oop(object oriented prog) this concept is so big and big/////////
(C++ programmers nightmare is "BufferOverRun";)

how about perl its not type strong language , you can create small programs with it, (not good for big application programs ) good for web programming, socket prog. and administrators

by the way html is not a programming language it is a (language) that can it s only formats data ....you cant create program with it...
can you do this ;

if(youAre > 18){
cout<<"\n\tyou can go out after midnight";
}else{
cout<<"\n\t"Go to ask your Mom";
askMom();
}
askMom(){
string answer="noooow";
cout<<"can i go out mama:";
cout<<answer;}//sory for the this bad example blink.gif
also knowledge ->xml and html??? no they nothing to do eachother they are not even in same country....
html:formats data
xml :represent data

if you want to learn how to program,you have to be serious and you have to spend time on it (long time)
and as i recomend http://www.geekstogo.com/forum/unix_solaris-t5008.html

if you want to dans on ice , first you have to learn how to skate on ice and than you can start to learn dans figures...as same as learning any pl(learn logic and design firs)


take care
for any comment you can reach me at 192.168.2.10....dont forget to dial national code of mars(©©©©)
Go to the top of the page
 
+Quote Post
Kathryn
post Apr 13 2005, 09:30 AM
Post #11


Member
**
Posts: 26
From: USA
OS: XP



Haha! That's great BuRnEr!
Go to the top of the page
 
+Quote Post
Bobbi Flekman
post Apr 13 2005, 09:53 AM
Post #12


The Computer Whisperer
Group Icon
Posts: 3,634
From: Planet Druidia
OS: OS X 10.5, Windows 2000 Pro, Opera, Thunderbird



Programming is the art of logical thinking. As the name implies, a language is just that. A means to express something. I can say the same things in Dutch as in English or German or... Same goes for programming. I speak many languages, like C(++), (Object) Pascal, Clipper, Basic and Assembly. I do not regard HTML and the like as programming. HTML is static and the rest ios scripting. So just pick a language you like and go for it.

For the record, I work in Delphi for the last 7 years; and at home I work in combinations of C++/Assembly.
Go to the top of the page
 
+Quote Post
mpfeif101
post Apr 13 2005, 11:25 PM
Post #13


Member 1K
Group Icon
Posts: 1,411
OS: Windows Vista and Ubuntu Feisty



Any language is just reinventing the wheel like Bobbi said. Learn one, and the rest will be easy. I recommend starting with PHP, it's probably the most useful IMO for site owners.
Go to the top of the page
 
+Quote Post
Ojoshiro
post Apr 14 2005, 02:39 PM
Post #14


Member
***
Posts: 146
From: 51° 55' North, 4° 29' East
OS: Windows 2000 & windows mobile edition 2003



some languages allow you to say things faster than others...
98

-acht-en-negentig- 8+90 ( dutch, but german is practically the same )
-ninety-eight- 90+8 ( english )
-quatre-vingts-dix-huit- 4*20+10+8 ( french )

The first and the second are easier to grasp than the last. Same is also true in programming languages.

Ojo
Go to the top of the page
 
+Quote Post
BlackSea
post Apr 14 2005, 05:29 PM
Post #15


Member
**
Posts: 54
OS: Windows Server 2003/ Xp & Sun Solaris



hi guys i m back afrer sometime(by the way i m CompTia smile.gif
biggrin.gif
hey brner i red all of your explanations about the languages actually i m learning C# in .net enviroment but i have a problem about polymorfism,inheritance,abstract class or methods and also i cant make my asp.net work.could you give some help here...(i m running windows xp pro on my computer)
thanks to everybody from now who ll atend to help!!!

biggrin.gif smiley days biggrin.gif
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies / Views Topic Information
No new   22 / 35,155 21st September 2008 - 04:40 AM
Nurhan started - last by Di-ma-N
No New Posts   3 / 806 14th September 2008 - 09:45 AM
legacyof_piracy started - last by macmaxbh
No New Posts   2 / 135 28th September 2008 - 11:31 AM
MR0624 started - last by Mike
No New Posts   0 / 354 2nd October 2008 - 12:03 PM
babyphat started - last by babyphat

RSS Time is now: 1st December 2008 - 08:34 PM
Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk.