View Full Version : Programming
H2O Gambino
06-23-2008, 12:04 AM
which programming language is easy to learn?
Nakashige H2O
06-23-2008, 12:40 AM
python, visual basic, dark basic
Maxman
06-23-2008, 03:26 AM
Well, these are so many... depending on choice of solution architecture available in some specific scenario. There are thousands of programming languages and new ones are created every year. Few languages ever become sufficiently popular that they're used by more than a few people, but many professional programmers use dozens of different languages during their career. e.g. ActionScript 3.0, APL, Basic, C, C++, C#, COBOL, Common Lisp, Eiffel, Forth, Fortran, JavaScript, Pascal, Prolog, Scheme, SmallTalk are known to be standardized programming languages.
Nakashige H2O
06-23-2008, 01:23 PM
maxman he asked what would be easy to learn. like to learn a gui development language like vb, python
H2O endeavor
06-23-2008, 01:39 PM
Maybe you could define exactly what you want to programme?
Web develppment, machine code, software programming.
The first codes i leart were CSS, HTML, PHP and mySQL.
Never bothered to learn vB or C++ or Assembly language, although i will be doing next year of college :)
As i said, it purely depends on what you want to programme.
H2O Gambino
06-23-2008, 02:09 PM
i want to make applications
Nakashige H2O
06-23-2008, 03:24 PM
Mac or PC
Mac is cocoa
PC is Visual Basic or Python for beginners
Maxman
06-24-2008, 02:03 AM
Python is a general-purpose, very high-level programming language. Its design philosophy emphasizes programmer productivity and code readability. Python's core syntax and semantics are minimalist, while the standard library is large and comprehensive.
Python supports multiple programming paradigms (primarily object oriented, imperative, and functional) and features a fully dynamic type system and automatic memory management; similar to Perl, Ruby, Scheme, and TCL.
Python was first released by Guido van Rossum in 1991. The language has an open, community-based development model managed by the non-profit Python Software Foundation. While various parts of the language have formal specifications and standards, the language as a whole is not formally specified. The de facto standard for the language is the CPython implementation.
For more information, please click here (http://www.python.org/)...