You get to talk to a computer.
I'm just going for simple bots though, similar to robs, but since I am not a chat addict, I want to start learning a language that can be used for multiple things, and not only for chat.
By the way, anwii... what does basic do? I'd like to know where it takes me.
anwiii, on Jan 14 2010, 12:54 PM, said:
i wouldn't start with python.
i do agree with truefusion that you should learn css(and even html) before learning php.
but for all practical purposes for you who wants to understand a language and create something that you can be proud of, no matter how basic it is, try BASIC. it's as basic as it sounds. still fun to program in and the least complicated in my opinion.
i am lost in todays time. i learned basic and visual basic, cobol, pascal and c, c+ and fortran. i quit trying to learn the languages. it just took up way too much of my time. now, i know html, am lost with css, and know a little php. that is it. i dabbled with python a little but decided it took up way too much of my time since i had better things to do
now you WILL need a complier for some of the languages. you just input your source code in to the complier and it compiles your source in it a lower level language that can also be executed. there are also translators in which you don't need a compiler....but i am unfamiliar with them.
which brings me to my last suggestion other than basic. assembly my be a good language to understand as will...you are actually getting more to the core of how things work. where binary is in it's simplest form of just 1's and 0's.
so i would start with basic and assembly. see if that at all interests you....if not, you should really read up on what all the languages have to offer for your practical needs in learning. back in the day, we had to pay for the compliers. i think there are free ones floating around now. i know when i dabbled in python, i used a free one.
but to start to learn to create something from scratch and understand it, start with basic. although outdated now and limited, it's still not really a bad language to start learning from. i would also combine that with learning assembly if you was to learn a little software hacking skills as you mentioned
i do agree with truefusion that you should learn css(and even html) before learning php.
but for all practical purposes for you who wants to understand a language and create something that you can be proud of, no matter how basic it is, try BASIC. it's as basic as it sounds. still fun to program in and the least complicated in my opinion.
i am lost in todays time. i learned basic and visual basic, cobol, pascal and c, c+ and fortran. i quit trying to learn the languages. it just took up way too much of my time. now, i know html, am lost with css, and know a little php. that is it. i dabbled with python a little but decided it took up way too much of my time since i had better things to do
now you WILL need a complier for some of the languages. you just input your source code in to the complier and it compiles your source in it a lower level language that can also be executed. there are also translators in which you don't need a compiler....but i am unfamiliar with them.
which brings me to my last suggestion other than basic. assembly my be a good language to understand as will...you are actually getting more to the core of how things work. where binary is in it's simplest form of just 1's and 0's.
so i would start with basic and assembly. see if that at all interests you....if not, you should really read up on what all the languages have to offer for your practical needs in learning. back in the day, we had to pay for the compliers. i think there are free ones floating around now. i know when i dabbled in python, i used a free one.
but to start to learn to create something from scratch and understand it, start with basic. although outdated now and limited, it's still not really a bad language to start learning from. i would also combine that with learning assembly if you was to learn a little software hacking skills as you mentioned















