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 azcodemonkey Posted July 4, 2005 Share Posted July 4, 2005 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 586159471[/snapback] The downside to SharpDevelop is no debugger... that's a huge downside, too. You can get an Express version of the next release of VS.NET at MSDN for free. Apparently, the Express versions are going to be $49. http://lab.msdn.microsoft.com/express/default.aspx Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586159867 Share on other sites More sharing options...
0 fAlCoNNiAn Posted July 6, 2005 Share Posted July 6, 2005 lol, i vote basic. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586172341 Share on other sites More sharing options...
0 XaeroVince Posted July 7, 2005 Share Posted July 7, 2005 I believe the easiest general purpose programming language to learn is Euphoria, by Rapid Deployment Software. And I bet most of you people never even heard of it before. :p Euphoria has the cleanest syntax I've ever seen in any programming language in it's class, period! You can probably become fluent with the syntax in a couple of days time. This basicly sums it up: An powerful, free, very fast, very simple, very clean, multi-platform, interpreted, block structured 32 bit programming language (64 bit to come). Unlike most languages... it is not Object Oriented, but Euphoria has the "sequence" which is a extremely powerful data structure. BUT, there are several user written libraries that can emulate full-fleged OOP (I'm no fan of OOP so I'm extremely happy about this). The distribution itself is very barebones.. But there is a small, friendly user community with an message board with an archive of 71,000 posts stored from 1996. plus 1,515 user contirbuted programs, libraries, etc.. to date. There are a few products you can buy: Binder/shrouder, C Source code, and Euphoria to C translator. But the interpreter is free as of v2.5. The language takes elements from C, Basic, and Pascal. Now I'll be truthful... there are a few things I dont like about this language: 1) It just isnt popular enough!!!! It's been around since 1993, but only has about few thousand users. And only a couple hundred of them are active members (Im one of them). Becuase of this, there isn't as many tools available to the public as there could be. And that is fairly important when an ala-carte style distribution is in place. 2) The language development is kinda slow and steady. The next release will be version 3.0, I gave lots of suggestions to the language creater/maintainer: Robert Craig (alot is expected for a major release). He has a very strict and self-minded direction for the language development, but that keeps the language clean, and simple. 3) The language isn't fully opensource, and none of the other products are. Although a seperate free open-source 100% compatible Euphoria interpreter written in Euphoria is available, but is about 8-14x slower than the official interpreter when translated/compiled. But even with all that the language is 24 karat gold, that can be used for virtually anything.. except maybe making web-applets, but is better than Perl with CGI! Geez, this post is too long! :rofl: Learn alot more here: http://www.rapideuphoria.com/ Regards, Vincent Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586174652 Share on other sites More sharing options...
0 compbuilder Posted July 12, 2005 Share Posted July 12, 2005 the easiest I have found and used is leopard Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586203869 Share on other sites More sharing options...
0 Daylene Posted July 13, 2005 Share Posted July 13, 2005 The best and easiest is PHP-Gtk, which allows you to make GUI client-side applications in PHP (gtk.php.net) Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586209865 Share on other sites More sharing options...
0 i++ Posted July 14, 2005 Share Posted July 14, 2005 the easiest I have found and used is leopard 586203869[/snapback] oh yah thats realy easy. one vote for leo! Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586214697 Share on other sites More sharing options...
0 shamy Posted August 7, 2005 Share Posted August 7, 2005 basic thats what i learned in 1979 with my first apple computer,but then you might find a more simpler language with much more features good luck :) Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586338950 Share on other sites More sharing options...
0 Extended64 Posted August 7, 2005 Share Posted August 7, 2005 learning VB first TOTALY screwed me up when i went to a c++ class it made me THINK i knew how to program...damn I had no clue. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586338987 Share on other sites More sharing options...
0 Gee.B Posted August 18, 2005 Share Posted August 18, 2005 Hi all So I myself was wondering which language to start with. I played around with VB for like a week, going thru the steps of a tutorial. That was fairly easy However I have heard several times that this is not the good way to start with if you want to manipulate higher languages like C, C++ or C# So I have been looking at this thread still wondering a bit where to go In fact i bought a huge book on Visual C++, I think it's a compromise between touching a good language + the ease of use of Visual studio. Little by little I recognize certain properties of the C++ language in the code section Do you think this is a good way to get to know C++ without having to go thru other languages first? Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586395922 Share on other sites More sharing options...
0 mlynch Posted August 18, 2005 Share Posted August 18, 2005 In all honesty, VB isn't a bad way to start. Its the easiest language syntax wise (no worries about capitalization, intellisense is far better than in C# or C++ if your using visual studio). Plus transiationing from VB to C# is relativly easy. The methodology in which you program with these two languages is fairly similar and alot of the syntax is basically the same. After you transition to c# and work with it for a while you will find the transition to other languages (Java, C++) will be easier because they all use the same "bracketed" syntax. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586395973 Share on other sites More sharing options...
0 BigCheese Posted August 19, 2005 Share Posted August 19, 2005 I would recommend Visual C# for a first programming language :) Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586400450 Share on other sites More sharing options...
0 Antaris Veteran Posted August 19, 2005 Veteran Share Posted August 19, 2005 The good thing about VB is that, as others have said, its easy to use, and easy to read. Plus, now VB.NET exists, you can easily move onto a .NET enabled language with the same easy syntax, just more powerful, and then the transistion to other languages is easy :) Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586400536 Share on other sites More sharing options...
0 snowreaper03 Posted August 26, 2005 Share Posted August 26, 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, there's a beginners guide on the official site and http://www.hetland.org/python/instant-hacking.php is very handy 2130378[/snapback] i tried python if ur just beggining its not a good idea i have no clue what to do with it if anyone can help me it would be great Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586432243 Share on other sites More sharing options...
0 Gandalfe - MSFT Posted September 4, 2005 Share Posted September 4, 2005 You can download Visual Studio Express for free. But I'd recommend Visual C# Express for most beginners. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586478806 Share on other sites More sharing options...
0 saxondale. Posted September 14, 2005 Share Posted September 14, 2005 I just started Computer Science at college and we are learning Pascal Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586524630 Share on other sites More sharing options...
0 Malisk Posted September 14, 2005 Share Posted September 14, 2005 You can't really go wrong with Fortran .NET :D OK, seriously Do you think this is a good way to get to know C++ without having to go thru other languages first? Yeah, I wouldn't think that's crazy or anything. I also recommend Java (not Javascript) as a first language, or C#. These two follow C++ syntax and concepts rather closely, but are both far "cleaner" implementations. Since C++ has to be C compatible, that introduces a number of pecularities to the language. C++ also doesn't run in a managed environment / virtual machine, which can make apps a bit harder to debug if they crash. Managed code like that of Java and C# always output e.g. very helpful stack traces if an exception occur. Of course, Visual Studio also support stack traces in its debug mode even with C++, but that doesn't apply to any crashes in release builds. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586524668 Share on other sites More sharing options...
0 Stiltz Posted September 20, 2005 Share Posted September 20, 2005 Visual Basic, SQL or PL/SQL. I thought I would hate programming, but I actually enjoy VB and I really enjoy SQL. I just graduated college and we started with VB. SQL and Oracle is what I would like to do for a living in the long run. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586551515 Share on other sites More sharing options...
0 trance Posted September 20, 2005 Share Posted September 20, 2005 Lemme see... started off with cobol.. then perl, then C, then C++, then C#. I dabble in VB but only when I have to debug other people's code. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586551526 Share on other sites More sharing options...
0 konstantinos Posted September 27, 2005 Share Posted September 27, 2005 SML, a functional language. good to learn the basics on such as recursion, manipulation data structures etc. then move on to java. (but i started on qBasic then VB and Pascal) ....and html doesn't count, neither does CSS. they are just text formatting! Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586585794 Share on other sites More sharing options...
0 _bobcat_ Veteran Posted September 30, 2005 Veteran Share Posted September 30, 2005 I started with Visual Basic at sixth form, which was pretty easy and good for creating fairly basic programs quickly. At uni we did C followed by Java and Haskell. Haskell = nightmare though, so I wouldn't waste your time on it. Java and C are easy enough as well. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586598378 Share on other sites More sharing options...
0 N30667 Posted October 3, 2005 Share Posted October 3, 2005 Pascal or bluej (java, bluej.org) Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586616270 Share on other sites More sharing options...
0 javajavajavajavajavajavajavajava Posted October 31, 2005 Share Posted October 31, 2005 yeah i would say basic is the easiest. and javascript. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586748123 Share on other sites More sharing options...
0 gigapixels Veteran Posted October 31, 2005 Veteran Share Posted October 31, 2005 I picked up Java pretty fast. Try it out. IMO Java's syntax is the best and easiest to get moving with. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586748135 Share on other sites More sharing options...
0 mr_skrilla Posted October 31, 2005 Share Posted October 31, 2005 Java!!! It's a great language because it is powerful, yet it handles some of the more complex intricacies of languages like C++/C. It will also let you realize the power of classes! They are the best thing in the world, I became spoiled by starting with Java, then C++ because creating instances of objects makes your life so much easier. When I recently learned C I have sat thinking how much I just wanted that power. i have to go to bed now because I am delerious. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586748153 Share on other sites More sharing options...
0 mr_skrilla Posted October 31, 2005 Share Posted October 31, 2005 I just started Computer Science at college and we are learning Pascal 586524630[/snapback] hahahaha that sucks. Link to comment https://www.neowin.net/forum/topic/205190-easy-programming-language/page/9/#findComment-586748156 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