Post Reply 
what's the EASIEST programming language
Author Message
NIGathan
Mr.NigathanNigorrilla

Posts: 243.3251
Threads: 14
Joined: 4th Feb 2008
Reputation: -2.97985
E-Pigs: 1.1256
Offline
Post: #11
RE: what's the EASIEST programming language
C# will never replace C/C++... It just won't happen. The compiler will compile the code, no matter the language.

Programmers would never let C/C++ die before C#.

C is a great language to start learning, but can be hard. So like Zinga said, if your committed it will be easy. I learned the basics of C within a month, yet I still learn more every day.

I don't even know why I took the time to reply to a thread the creator probably doesn't even care about anymore. lol

Wed, 10:38:37 - hibbyware  
	
that sucks
Wed, 10:38:37 - YoYoBallz
	
that sucks
10/05/2008 07:25 PM
Find all posts by this user Quote this message in a reply
feinicks
One day... we Fly...

Posts: 6,124.6050
Threads: 531
Joined: 27th Mar 2008
Reputation: 2.35695
E-Pigs: 210817.3958
Offline
Post: #12
RE: what's the EASIEST programming language
who cares!@|! its still a fun read!

◄◄••• 天使たちの夢か? •••►►

[Image: ewualizer.gif]
My works!
10/05/2008 08:28 PM
Find all posts by this user Quote this message in a reply
Slushba132
BustyLoli-Chan

Posts: 3,125.3993
Threads: 508
Joined: 20th Feb 2008
Reputation: -8.27558
E-Pigs: 73.1299
Offline
Post: #13
RE: what's the EASIEST programming language
GML
Game Maker Language

http://www.gamemaker.nl/
Game Maker is a nice little app by Mark Overmars that easily lets beginners make games.
It's a good start and once you get into scripting you'll be able to learn some basic C functions but keep in mind some function names will vary when you actually get into C. Oh you also might find gml a little underpowered at times, but it's still pretty good for absolute beginners.

(This post was last modified: 10/05/2008 08:34 PM by Slushba132.)
10/05/2008 08:33 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bootpsp
Paradigmatic Entity

Posts: 244.2640
Threads: 9
Joined: 6th Feb 2007
Reputation: 2.42214
E-Pigs: 2.2127
Offline
Post: #14
RE: what's the EASIEST programming language
They are the the same at the end of the day..  You just gotto know the logic of how they work..

[Image: bart.gif]
11/05/2008 04:11 AM
Find all posts by this user Quote this message in a reply
feinicks
One day... we Fly...

Posts: 6,124.6050
Threads: 531
Joined: 27th Mar 2008
Reputation: 2.35695
E-Pigs: 210817.3958
Offline
Post: #15
RE: what's the EASIEST programming language
yeah... I started with C and learning Python side by side! may also start with VB!

Man am I full of myself to think I'm a genius!!!

◄◄••• 天使たちの夢か? •••►►

[Image: ewualizer.gif]
My works!
12/05/2008 12:02 PM
Find all posts by this user Quote this message in a reply
dracule
Neophitic Presence

Posts: 2.3466
Threads: 0
Joined: 30th Jun 2008
Reputation: 0
E-Pigs: 0.5516
Offline
Post: #16
RE: what's the EASIEST programming language
python is pretty good.


it is very easy to learn, and you can do just about anything with it.

As for speed, you can write C extensions for time critical functions.
30/06/2008 12:48 PM
Find all posts by this user Quote this message in a reply
Wolkenritter
Hey poor player!

Posts: 1,739.4828
Threads: 157
Joined: 9th Mar 2007
Reputation: -3.01478
E-Pigs: 67.2304
Offline
Post: #17
RE: what's the EASIEST programming language
Visual Basic

[Image: eo1_zpsjxsxwr5u.png][Image: eo2_zpsnzftucuo.png][Image: eo3_zpsh5eawp85.png]
[Image: eo4_zpskcap6b8a.png][Image: eo1u_zpsw5rdzuqs.png]
03/07/2008 06:15 PM
Find all posts by this user Quote this message in a reply
bboy_sonik
Byeeeeeeeeee

Posts: 132.3019
Threads: 8
Joined: 9th Aug 2007
Reputation: 0.76198
E-Pigs: 2.8344
Offline
Post: #18
RE: what's the EASIEST programming language
Personally i think the first question you should ask when choosing a language SHOULDN'T be 'which is easiest' but rather 'which is most suitable'....

VB is an easy and even fun way into programming, but be aware that it's only for MICROSOFT operating systems. Also, Visual Basic is not supported by Microsoft anymore as it has been superceeded with .NET [dot net] as the *norm* for developing in Windows environments. So apart from the fact that its technically dying/dead and does not create platform-independant code, it is a good choice.

I hear good things about Python - and it's now OFFICIALLY supported on Nokia Symbian phones!

C/C++ is the hardest of anything i would personally suggest, but if you want to create software for a range of platforms/architectures/operating systems then i think there is no competition....

Java is gaining popularity lately - but i find it a bulky and cumbersome language and personally hate it. But if you want to create software for Bluray players use Java ;)



It all depends on exactly what you want to do. If you don't have a plan for a program and just want to learn and experiment, i would recommend these...


Visual Basic [for general Windows programs]
Visual Studio Express [.NET] [the 'new' version of Visual Basic for 'new' computers]
DarkBASIC [for games!]
C/C++ [for everything else]
BATCH files [for EVERYTHING, if you can find command-line tools to go with it....]


IF YOU WANT to explore the easy-yet-powerful world of batch scripting under Windows NT/XP, feel free to PM me. Peace.
06/07/2008 05:04 AM
Find all posts by this user Quote this message in a reply
-PHENOMENON-
Previously Jaze

Posts: 335.2800
Threads: 29
Joined: 9th Aug 2008
Reputation: 3.706
E-Pigs: 174.8217
Offline
Post: #19
RE: what's the EASIEST programming language
Well if you mean programming like making games or programs then C and C++ are fairly low level, well they were to me.  But the thing about C++is that there are many ways to shoot yourself in the foot.  And C++ doesn't check anything over, it just does it.  If you are trying to find the 30th element out of 12, c++ will let you do it.  Whereas a high level language will check it.

Generic sig goes here.
(This post was last modified: 13/08/2008 11:04 PM by -PHENOMENON-.)
13/08/2008 11:02 PM
Find all posts by this user Quote this message in a reply
LaneLander
Storm Trooper

Posts: 236.1425
Threads: 26
Joined: 3rd Jan 2008
Reputation: 3.41035
E-Pigs: 1.4619
Offline
Post: #20
RE: what's the EASIEST programming language
FORTRAN

[Image: 361059790.png]
27/10/2008 07:49 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: