Hi
I'm looking for a good Programming Language for beginners. I've used Python, Visual Basic and C# for very basic tasks though I want to know one programming lanuage to a high level.
Would anyone be able to reccomend one?
Thanks.
Francis.
7 replies to this topic
#1
Posted 22 November 2011 - 07:42 AM
|
|
|
#2
Posted 22 November 2011 - 08:41 AM
Python and scheme are used in a lot of intro to CS classes in college.
"The best optimizer is between your ears" - Michael Abrash
Saying you can optimize a program is like saying you understand how a program works on every level of every facet on a specific machines configuration.
Saying you can optimize a program is like saying you understand how a program works on every level of every facet on a specific machines configuration.
#3
Posted 22 November 2011 - 08:51 AM
Any of those are perfectly good choices. It just depends on what you want to do.
#4
Posted 22 November 2011 - 10:09 AM
I started with C and then I got a beginner book on Java and I've noticed the little that I know of C has helped me greatly while learning Java.
Edited by Cruel Hand, 23 November 2011 - 07:17 PM.
#5
Posted 22 November 2011 - 01:25 PM
C is not a big language and it does not offer much features but it forces you to do a lot of work on your own (concepts like memory management). I started with C. No regrets.
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:
#6
Posted 22 November 2011 - 04:35 PM
I agree with fread. I think it's better to start off with C. As a beginner you need to do a little bit more work on your own. Changing language later on would not be a problem since technically it's just a change in syntax. As long you have the skills and know the semantics, you're good to go :)
=========================
Online Code Repository
=========================
Online Code Repository
Edited by codehutch, 22 November 2011 - 10:23 PM.
#7
Posted 25 November 2011 - 10:59 AM
Cheers. By the sounds of things, I'll start of with C. :)
#8
Posted 25 November 2011 - 11:27 AM
I highly recommend the book "The C Programming Language" by Kernighan and Ritchie. :)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top










