<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Wed May 22, 2013 7:37 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Wed May 22, 2013 7:37 pm</pubDate>
  <lastBuildDate>Wed May 22, 2013 7:37 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=17804#17804</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=4804'&gt;ElectraComplex&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Feb 21, 2006 10:33 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;comcamel wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;I am getting fairly comfortable with php, html etc. however i don't go into advanced stuff like functions, void's etc. Which i don't really have a clue on. I would like to get advice for a starting point such as visual basic or something like that, or a book i should et. As i will have to wait till alevel to get started, but i cannot be assed doing it then.&lt;br /&gt;
&lt;br /&gt;
thanks Luke&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
as a newbie, i recommend that you stay well away from languages such as C and C++. they really are bad languages to start out on and will probably do more to confuse, discourage, and disillusion you than anything else.&lt;br /&gt;
you are best starting out on a easy to learn object oriented language such as python, or perhaps, java. python is a great language to start on for the following reasons:&lt;br /&gt;
-its easy to use&lt;br /&gt;
-it encourages good and clean object oriented programming&lt;br /&gt;
-its widely used&lt;br /&gt;
-its powerful and has lots of applications.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=17804#17804</comments>
                                        <author>ElectraComplex</author>
                                        <pubDate>Tue Feb 21, 2006 10:33 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=17804#17804</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14561#14561</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Dec 26, 2005 10:29 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Howdy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
comcamel wrote:&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
 I would like to get advice for a starting point such as visual basic or something like that, or a book i should et. As i will have to wait till alevel to get started, but i cannot be assed doing it then.&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I think you lost me there &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
The QuickBasic is a good idea and i do believe there is a Linux port. Where would be up to &quot;google&quot;. QuickBasic may well be on one of your Windows OSes, if you have any of them lieing around. Bill provided it for free, but you would have to look over the install disc to find it. Really good to, basic has excellent string handling and math capabilities, except for &quot;atan&quot; (grin). But that can be worked around.&lt;br /&gt;
&lt;br /&gt;
VB creates bad habits imo. It doesn't separate the assignment and equality logic in their symbols, ie, they use &quot;=&quot; for both &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt;. And the use a data type called a variant, which basically can become anything, depending on the context in which it's used. That caused me no end of trouble porting some VB stuff into Java once, heaps of errors that were sourced to rounding errors associated with  floats and doubles as were used in the java translation.&lt;br /&gt;
&lt;br /&gt;
Having some purpose will clinch it though. Some special interest to provide the inspiration. When ever a person finds themselves doing purposeless coding, it really is time for a looong rest (grin).&lt;br /&gt;
&lt;br /&gt;
A really good on line down loadable html set i came across was by a bloke called Bruce Eckel,  &quot;Thinking in Java&quot; and  &quot;Thinking in C++&quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
jm</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14561#14561</comments>
                                        <author>jjmac</author>
                                        <pubDate>Mon Dec 26, 2005 10:29 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14561#14561</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14542#14542</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=849'&gt;1slipperyfish&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Dec 26, 2005 11:37 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      i think you'll find i am the compile-meister &lt;img src=&quot;images/smiles/icon_cool.gif&quot; alt=&quot;Cool&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
paul</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14542#14542</comments>
                                        <author>1slipperyfish</author>
                                        <pubDate>Mon Dec 26, 2005 11:37 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14542#14542</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14523#14523</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=25'&gt;M0PHP&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Dec 25, 2005 11:56 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;1slipperyfish wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;you mean that i'm not afraid to compile &lt;img src=&quot;images/smiles/icon_razz.gif&quot; alt=&quot;Razz&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
paul&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
You couldn't compile your way from source code to binary if the entire API was tattoo'd on your retina!  &lt;img src=&quot;images/smiles/icon_lol.gif&quot; alt=&quot;Laughing&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14523#14523</comments>
                                        <author>M0PHP</author>
                                        <pubDate>Sun Dec 25, 2005 11:56 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14523#14523</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14512#14512</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5132'&gt;Ninthwave&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Dec 25, 2005 1:33 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Well yes it is rubbish isn't that the point</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14512#14512</comments>
                                        <author>Ninthwave</author>
                                        <pubDate>Sun Dec 25, 2005 1:33 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14512#14512</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14510#14510</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2319'&gt;RD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Dec 25, 2005 12:06 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Ninthwave wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;No the devil is a Visual Studio coder through and through he loves VB but is a .net advocate now.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
What rubbish.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14510#14510</comments>
                                        <author>RD</author>
                                        <pubDate>Sun Dec 25, 2005 12:06 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14510#14510</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14490#14490</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=849'&gt;1slipperyfish&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Dec 24, 2005 1:24 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;M0PHP wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;1slipperyfish wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;ps php is the devils own language&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Utter rubbish. He doesn't know what he's on about - he's a java programmer anyway.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
you mean that i'm not afraid to compile &lt;img src=&quot;images/smiles/icon_razz.gif&quot; alt=&quot;Razz&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
paul</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14490#14490</comments>
                                        <author>1slipperyfish</author>
                                        <pubDate>Sat Dec 24, 2005 1:24 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14490#14490</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14475#14475</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5132'&gt;Ninthwave&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Dec 24, 2005 1:38 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      No the devil is a Visual Studio coder through and through he loves VB but is a .net advocate now.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14475#14475</comments>
                                        <author>Ninthwave</author>
                                        <pubDate>Sat Dec 24, 2005 1:38 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14475#14475</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14459#14459</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=25'&gt;M0PHP&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Dec 23, 2005 8:11 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;1slipperyfish wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;ps php is the devils own language&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Utter rubbish. He doesn't know what he's on about - he's a java programmer anyway.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14459#14459</comments>
                                        <author>M0PHP</author>
                                        <pubDate>Fri Dec 23, 2005 8:11 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14459#14459</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14452#14452</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=849'&gt;1slipperyfish&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Dec 23, 2005 7:27 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      i found java to be quite a fun language &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt; with its animation and sound capabilities, after learning java i had a go at c# which is quite easy to learn although i found it not as powerful as java,i also had a go at C++ which is very powerful but i find a bit long winded as you have to free the memory once you have used it,where in java you have automatic garbage collection etc&lt;br /&gt;
paul</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14452#14452</comments>
                                        <author>1slipperyfish</author>
                                        <pubDate>Fri Dec 23, 2005 7:27 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14452#14452</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14432#14432</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=162'&gt;Nigel&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Dec 23, 2005 9:47 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Some random thoughts...&lt;br /&gt;
&lt;br /&gt;
It doesn't matter too much which language you start with. If you learn it properly, a good chunk of the knowledge is transferrable to other programming languages.&lt;br /&gt;
Each language has it's strengths and weaknesses which make it more suitable for some types of application and less suitable for others. Take a look around to see what is commonly used by others writing the sort of programs you want to write.&lt;br /&gt;
A good grounding in C will help you with most other modern programming languages.&lt;br /&gt;
Avoid Cobol unless you want to become a maintenance programmer for ancient payroll &amp;amp; stock control programs (which could be very lucrative, given the amount of these things still in use &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;) - it is very different from most other languages.&lt;br /&gt;
There was a series of 4 articles on Gambas in LXF recently which I thought was pretty good. Or go back a couple of years and dig out the Troutwars series that used C++ - that was great fun.&lt;br /&gt;
&lt;br /&gt;
And I totally agree with &lt;span style=&quot;font-weight: bold&quot;&gt;Ninthwave&lt;/span&gt; - ignore other people's biases, try several languages &amp;amp; see which suits &lt;span style=&quot;font-style: italic&quot;&gt;you&lt;/span&gt; best</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14432#14432</comments>
                                        <author>Nigel</author>
                                        <pubDate>Fri Dec 23, 2005 9:47 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14432#14432</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14426#14426</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5132'&gt;Ninthwave&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Dec 23, 2005 5:28 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I think if you work in IT or are spending alot of time with computers no matter what you do with them, get a safari.oreilly.com account.  ANd get books on the work load you have or on the whims you have.  Ebay for second hand books to get ideas on how the language works.&lt;br /&gt;
&lt;br /&gt;
I strongly recommend Perl, Ruby, Python, C for starting.  But programming isn't going to hold your interest until you do something with it, that list comes from what I had to do which was text processing and transformation - perl, an existing program I wanted to modify - ruby, a job requirement - python, I wanted more control than all these interpeters I was using - C.  Perl got me more work done and I could do more with it especially after I learned threading and using the TK toolset, but then the TK toolset is their for other things, Ruby I am just really getting into and I am must admit I like it, it reminds of python without the spacing requirements and some hints of perl.  I think Ruby might also be a good language to learn in, it really seems to be readable in english.  A line of code reads back pretty much like what you get from it, though it is object heavy in todays programming world knowing objects is an ok thing.&lt;br /&gt;
&lt;br /&gt;
Oh well that was a ramble I would go for an interpreter based language I am a big Perl fan, but Ruby looks good for the beginner so to speak.  The great thing is you can just try them all, they are free as in speech and mostly free as in beer so if you really want to do it waste some time play with many ignore other people's biases and make some of your own.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14426#14426</comments>
                                        <author>Ninthwave</author>
                                        <pubDate>Fri Dec 23, 2005 5:28 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14426#14426</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14355#14355</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=4784'&gt;Lozzy&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Dec 21, 2005 11:25 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Ask a million people this and you'll get a million different answers.&lt;br /&gt;
&lt;br /&gt;
I was asking this around a irc.freenode.net channel, and someone hinted at me to try CLISP. I'd tried Java in the past, and found it bloated, and just not fun at all. I really enjoy CLISP, and would recommend it to anyone starting out. You can find an online printed version of a CLISP book at:  &lt;a href=&quot;http://www.gigamonkeys.com/book/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.gigamonkeys.com/book/&lt;/a&gt; which is really concise and useful. I program with emacs and the slime plugin, which is a great combo- I find most IDEs to be really irratating. This is simply a suggestion, but using the gigamonkeys book breaks you in quite slowly.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14355#14355</comments>
                                        <author>Lozzy</author>
                                        <pubDate>Wed Dec 21, 2005 11:25 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14355#14355</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14346#14346</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2007'&gt;CJLL&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Dec 21, 2005 8:35 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Huh functions advanced stuff .... rofl! &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I think you really should start with something simple like QuickBasic&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.amazon.co.uk/exec/obidos/ASIN/0878357777/qid=1135197122/sr=8-9/ref=sr_8_xs_ap_i9_xgl/203-6739830-4494317&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.amazon.co.uk/exec/obidos/ASIN/0878357777/qid=1135197122/sr=8-9/ref=sr_8_xs_ap_i9_xgl/203-6739830-4494317&lt;/a&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14346#14346</comments>
                                        <author>CJLL</author>
                                        <pubDate>Wed Dec 21, 2005 8:35 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14346#14346</guid>
                                      </item>
                                      <item>
                                        <title>Re: A Beginner to Programming: Where should I start</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14076#14076</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2319'&gt;RD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Dec 16, 2005 12:12 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hmm like jjmac said look back over the forums (mainly the programming one) and you should see there is a few threads todo with this sort of thing. If your wanting a &quot;VB&quot; type language then i can only recomend two thats &lt;a href=&quot;http://www.realsoftware.com&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;REALbasic&lt;/a&gt; or &lt;a href=&quot;http://gambas.sourceforge.net&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Gambas&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Hope this helps</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14076#14076</comments>
                                        <author>RD</author>
                                        <pubDate>Fri Dec 16, 2005 12:12 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14076#14076</guid>
                                      </item></channel></rss>