Prince21 Posted May 19, 2004 Share Posted May 19, 2004 What is the easiest programming language to learn? What is the quickest? Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/ Share on other sites More sharing options...
0 shiliang23 Posted March 16, 2005 Share Posted March 16, 2005 For me~all the programming languages as same hard~ dam programming~~~~ :devil: Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585624783 Share on other sites More sharing options...
0 Frash Posted March 16, 2005 Share Posted March 16, 2005 As Basic fans you guys should give AutoIt a try, its an overdeveloped scripting language w/ gui features and such. Sockets dont seem to be supported yet though, but it has a very open minded community. (And it has a exe compiler which produces lightweight .exe files. Not cross platform though) Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585624805 Share on other sites More sharing options...
0 Flasher Posted March 16, 2005 Share Posted March 16, 2005 ASM :D seriously, I started with Pascal... Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585624943 Share on other sites More sharing options...
0 Alex Shenoy Posted March 16, 2005 Share Posted March 16, 2005 Python was my first language. I found it easy to learn, and humorous at times. Python is also already preloaded onto Apple computers running OS X. 585534986[/snapback] Isn't that because python is used for widgets? --Alex Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585626868 Share on other sites More sharing options...
0 rkv Posted March 18, 2005 Share Posted March 18, 2005 LOGO simple code for drawing a reactangle FD 40 RT 90 ... repeat 3 more times :p Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585632907 Share on other sites More sharing options...
0 1337-podder Posted March 18, 2005 Share Posted March 18, 2005 Qbasic :D Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585632923 Share on other sites More sharing options...
0 angrybrit Posted March 18, 2005 Share Posted March 18, 2005 I'd recommend picking up a cheap used book about Pascal. You'll pick up good programming skills, get to know object oriented programming and be able to adapt later on to messy languages like C and C++. Borland offers Delphi 7.0 free on their web site. I don't recommend any BASIC compilers. BASIC teaches poor software development skills. And VB6 has been announced End-of-Life. And avoid C and C++. You'll get too discouraged early on by it's sheer complexity. And very prone to errors. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585632954 Share on other sites More sharing options...
0 MoNoXiDe Posted March 29, 2005 Share Posted March 29, 2005 download beta 1 visual c#.net express edition 2005. it's great :D Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585692164 Share on other sites More sharing options...
0 Josh Posted March 29, 2005 Share Posted March 29, 2005 I'd stick w/ a .NET language myself... C#, VB.NET, JScript.NET... whatever swells your broccoli man. But that's where the power lies and where the future is going. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585692179 Share on other sites More sharing options...
0 its_me Posted March 31, 2005 Share Posted March 31, 2005 What is Autoit? I never heard of it. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585700256 Share on other sites More sharing options...
0 z2bass Posted April 12, 2005 Share Posted April 12, 2005 I agree with others that Visual Basic is really a good language to start. VB.net 2005 express edition is really fun to write in if you are a .net/smart client developer! Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585766196 Share on other sites More sharing options...
0 deiong15 Posted April 12, 2005 Share Posted April 12, 2005 only thing bad about the net langauge is if you plan on having a user use your stuff they have to download a 30 + meg download the net framework. yuck... i remember just a few years back visual basic developers were mad that they had to include a 2 meg vb runtime file to there programs. funny how most dont even mind a 30+ anymore. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585766218 Share on other sites More sharing options...
0 Brandon Live Veteran Posted April 12, 2005 Veteran Share Posted April 12, 2005 only thing bad about the net langauge is if you plan on having a user use your stuff they have to download a 30 + meg download the net framework. yuck... i remember just a few years back visual basic developers were mad that they had to include a 2 meg vb runtime file to there programs. funny how most dont even mind a 30+ anymore. 585766218[/snapback] A great deal of people already have the .NET Framework. And 30MB takes less than a minute to download on most broadband connections. That 2MB for VB used to take 20 ;) Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585766250 Share on other sites More sharing options...
0 biorK Posted April 12, 2005 Share Posted April 12, 2005 only thing bad about the net langauge is if you plan on having a user use your stuff they have to download a 30 + meg download the net framework. yuck... i remember just a few years back visual basic developers were mad that they had to include a 2 meg vb runtime file to there programs. funny how most dont even mind a 30+ anymore. 585766218[/snapback] that's development for you... Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585766257 Share on other sites More sharing options...
0 Brandon Live Veteran Posted April 12, 2005 Veteran Share Posted April 12, 2005 VB .NET, C# and Java are the best languages if you want to start buildling really useful applications quickly. I personally would recommend C# or Java, as once you've learned those, C++ is much easier to pick up. All three of those will teach you Object Oriented programming, and you'll be able to apply the concepts you learn with any of those three to the others, C++, and similar languages like Python. That covers pretty much everything you'll encounter in the real world. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585766276 Share on other sites More sharing options...
0 JK1150 Posted April 12, 2005 Share Posted April 12, 2005 Java is probably the best to start with Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585766288 Share on other sites More sharing options...
0 theantidote Posted May 19, 2005 Share Posted May 19, 2005 I'd recommend Python first. It's free and easy, but it can also be used as a legit language. I would NOT recommend Basic what so ever. It teaches very, very bad programming habits that will cause you problems later on. It's also too easy. After Python you can try Java (I hate Java but that's another story), or PHP (my favorite language). Then C++! Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-585941565 Share on other sites More sharing options...
0 R_a_V_e_N Posted June 23, 2005 Share Posted June 23, 2005 I can't believe people actually mentioning C and C++, I tend to think they are one of the tougher languages for a new learner. Pascal/Haskell/etc may be easy to learn but you want to learn a language that will get you somewhere. I recomend learning Visual Basic .NET it is very very close to English language yet is very powerfull. I mean you can do pretty much everything with it, build desktop applications, create web applications, etc. If you are not a fan of Microsoft technologies, then you can learn Java. Programming with .NET languages and Java seems like playing with puzzle pieces :) Like people have said if you want to do serious programming for desktop (e.g games) then you can't go wrong with C++. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-586110592 Share on other sites More sharing options...
0 sachleen Posted June 23, 2005 Share Posted June 23, 2005 I started in VB, its very good for beginning. I learned BASIC after VB. If you want EASY, COMPUTE C = (A + B) / 2. can also be writen like this: ADD A TO B GIVING C. DIVIDE 2 INTO C GIVING C. anyone know what language that is? :p COBOL!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! COBOL on Wikipedia damn it uses a lot of periods. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-586110641 Share on other sites More sharing options...
0 R_a_V_e_N Posted June 24, 2005 Share Posted June 24, 2005 Would'nt learning COBOL be useless? VB .Net is a better option. I have heard Delphi is also quite easy, can anyone confirm this? Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-586111576 Share on other sites More sharing options...
0 _kane81 Posted June 24, 2005 Share Posted June 24, 2005 Would'nt learning COBOL be useless? as a learning language, it is probably not the best to use. In terms of work, the private sector has a lot of legacy COBOL programs which need maintaing and wrapping up in new technology. such as Java Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-586111687 Share on other sites More sharing options...
0 denro Posted June 30, 2005 Share Posted June 30, 2005 Probably Python (http://www.python.org/). It's very useful just to get to grips with how languages generally work, then you can move on to more advanced stuff, there are loads of tutorials around... 2130378[/snapback] Yes, Python is the simplest. Can easily experiment, interpreted language. After Python, C# may be the best next (and in some ways, final) step. Here is a clear tutorial for Python: http://www.ibiblio.org/obp/thinkCSpy/ If you are in Windows, the free ActiveState Python is a good environment for working with Python: http://www.activestate.com/Products/ActivePython/ Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-586141693 Share on other sites More sharing options...
0 GrimReeper Posted June 30, 2005 Share Posted June 30, 2005 Another vote for VB.NET :D The first language I learnt was VB6 then I learnt VB.NET, VB.NET is much easier to learn and program in. I guess you should learn C++ so I wouldnt suggest mastering VB.NET and staying with it for to long. Just learn the basics and move onto C# or C++ You can get VB.NET 2005 for free here http://lab.msdn.microsoft.com/express/vbasic/ Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-586141837 Share on other sites More sharing options...
0 ruey Posted July 4, 2005 Share Posted July 4, 2005 HTML doesnt count as a programming language, right? ...Well, I tried to learn Visual Basic but none of my computers have VB Studio. So I tried Pascal and Java with Internet tutorials but finally I had to resort to books. So I learnt QBASIC- a very easy language to learn in 2 days. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-586159469 Share on other sites More sharing options...
0 username(); Posted July 4, 2005 Share Posted July 4, 2005 HTML doesnt count as a programming language, right?...Well, I tried to learn Visual Basic but none of my computers have VB Studio. So I tried Pascal and Java with Internet tutorials but finally I had to resort to books. So I learnt QBASIC- a very easy language to learn in 2 days. 586159469[/snapback] No HTML does not. You can get Vs.net Academic through theSpoke for like $25. Or get SharpDevelop...100% free and open source with support for c# and vb.net Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/8/#findComment-586159471 Share on other sites More sharing options...
Question
Prince21
What is the easiest programming language to learn?
What is the quickest?
Link to comment
https://www.neowin.net/forum/topic/205190-easy-programming-language/Share on other sites
367 answers to this question
Recommended Posts