<?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 Jun 19, 2013 9:17 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Wed Jun 19, 2013 9:17 pm</pubDate>
  <lastBuildDate>Wed Jun 19, 2013 9:17 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: Chepstow Junk Shop Find</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=108300#108300</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 12, 2012 1:44 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;Nuke wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;More interesting is that a compiler can compile a better compiler than itself.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
The first compile of the new one doesn't have to be better, it just has to work enough to compile itself. The gcc build process first builds the new gcc using the system compiler then builds it again using the compiler it just built, so it is truly self-compiled.&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;Nuke wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;However, serious question, how much of GNU is in Linux (sorry, GNU/Linux) today? BASH maybe. GCC is still widely used but does that make it &lt;span style=&quot;font-style: italic&quot;&gt;part&lt;/span&gt; of it?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
GCC is used to compile Linux, so there would not be the current Linux without it. Bash is not necessary, I don't use it, but coreutils is a GNU project. Try uninstalling that and seeing how far you can get &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=108300#108300</comments>
                                        <author>nelz</author>
                                        <pubDate>Fri Oct 12, 2012 1:44 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=108300#108300</guid>
                                      </item>
                                      <item>
                                        <title>Re: Chepstow Junk Shop Find</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=108299#108299</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67227'&gt;Nuke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 12, 2012 1:37 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;Nuke wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;How does a compiler compile itself?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&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;nelz wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;That's easy. The tricky question is how does a compiler compile itself the first time?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
That is what I meant.  It is both a practical and philosophical question. I suppose that the first assembler was written in machine code and then a compiler written in assembly.  More interesting is that a compiler can compile a better compiler than itself.&lt;br /&gt;
 &lt;br /&gt;
It is like lathes in the world of machine tools.  You need a lathe to make a lathe, but the first ones must have been made by hand and very crude.  But they progressively made better and better versions of themselves.&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;Nuke wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;... we would have been using GNU today, not Linux. He has had a chip on his shoulder about it ever since.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&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;nelz wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Aren't we using GNU/Linux? The chip is about people like you (and me) calling it Linux and ignoring the work done by the GNU devs.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
I was not decrying the work of RMS and the GNU movement.  They showed what could be done outside a corporate or (strictly speaking) academic environment.  If they had not done that I would hardly have thought such a project possible. Some, like Darl McBride, still don't and I have known people who assume that Linux must be a rip-off from WINDOWS!&lt;br /&gt;
 &lt;br /&gt;
However, serious question, how much of GNU is in Linux (sorry, GNU/Linux) today? BASH maybe. GCC is still widely used but does that make it &lt;span style=&quot;font-style: italic&quot;&gt;part&lt;/span&gt; of it? RMS considered Emacs part of it, but how many still use it? (The &amp;quot;Debian GNU/Linux Bible&amp;quot; &lt;a href=&quot;http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0764576445.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0764576445.html&lt;/a&gt; of &lt;span style=&quot;font-style: italic&quot;&gt;all&lt;/span&gt; books does not even have it in its index and recommends vim).  Device drivers? I really do not know.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=108299#108299</comments>
                                        <author>Nuke</author>
                                        <pubDate>Fri Oct 12, 2012 1:37 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=108299#108299</guid>
                                      </item>
                                      <item>
                                        <title>Re: Chepstow Junk Shop Find</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=108298#108298</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=58561'&gt;Bazza&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 12, 2012 1:35 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi nelz...&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; How does a compiler compile itself? &lt;br /&gt;
&lt;br /&gt;
&amp;gt; That's easy. The tricky question is how does a compiler&lt;br /&gt;
&amp;gt; compile itself the first time?&lt;br /&gt;
&lt;br /&gt;
Yup, indeed.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; The answer is it doesn't, a different compiler is user.&lt;br /&gt;
&lt;br /&gt;
Yup, doing it longhand... OUCH!&lt;br /&gt;
&lt;br /&gt;
Compilers are about as much use as a fart in a spacesuit&lt;br /&gt;
without an underlying OS, (a HAL being a minimum), that can&lt;br /&gt;
support it; and designing an OS is probably the single most&lt;br /&gt;
difficult thing of all.&lt;br /&gt;
&lt;br /&gt;
I take my hat off to those who have successfully written an&lt;br /&gt;
OS of any level as an interpreter/compiler is, relatively, much&lt;br /&gt;
easier...</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=108298#108298</comments>
                                        <author>Bazza</author>
                                        <pubDate>Fri Oct 12, 2012 1:35 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=108298#108298</guid>
                                      </item>
                                      <item>
                                        <title>Re: Chepstow Junk Shop Find</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=108291#108291</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 12, 2012 11:00 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;Nuke wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;The technical part of the manual is written with logical - almost painful - precision.  He thinks of everything from first principles.  Eg he has to explain what a key is :-  &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;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&amp;quot;A complete key - where &amp;quot;key&amp;quot; is short for key sequence - is a sequence of keystrokes that are understood by Emacs as a unit, as a single command (possibly undefined).  Most single characters constitute complete keys ..&amp;quot;&lt;br /&gt;
 &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
What he is saying is that you can type a key like the letter &amp;quot;a&amp;quot;, or you can invoke a control with a combination like &amp;quot;Ctrl-a&amp;quot;.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Not exactly. In Emacs every key and key combination has a defined action. It so happens that the defined action for press a is to enter the character a, but this does not have to be so, you can redifine it to enter another character or perform a completely different action. The definition he gives is specific to how keys work in emacs.&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;Nuke wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;How does a compiler compile itself?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
That's easy. The tricky question is how does a compiler compile itself the first time? The answer is it doesn't, a different compiler is used. Of course, some compilers may never be used to compile themselves, how about a Forth compiler written in C?&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;Nuke wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Sad he never did finish that kernel, and never will, which is where the Linux kernel came in.  It looks like RMS got embroiled with adding bells and whistles to Emacs when he should have got on with that kernel, and we would have been using GNU today, not Linux. He has had a chip on his shoulder about it ever since.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Aren't we using GNU/Linux? The chip is about people like you (and me) calling it Linux and ignoring the work done by the GNU devs. Of course that ignores that much of the GNU development is driven, and even financed, by Linux... and so the argument goes on.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=108291#108291</comments>
                                        <author>nelz</author>
                                        <pubDate>Fri Oct 12, 2012 11:00 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=108291#108291</guid>
                                      </item>
                                      <item>
                                        <title>Re: Chepstow Junk Shop Find</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=108290#108290</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67227'&gt;Nuke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 12, 2012 9:52 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;Rhakios wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;And it has a picture of RMS riding a Gnu!!!&lt;br /&gt;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
Then you should see the back cover too :-&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.nuke.demon.co.uk/misc_pics/IMGP3002s.JPG&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
A 1950's style US entrepreneur running away with our money.  Unclear though if he is running to the bank with it or running away from the crusading RMS - although RMS is more in the garb of a saracen than a crusader.  Note the 5.25&amp;quot; floppies&lt;br /&gt;
&lt;br /&gt;
This was also before the day when Gates became the icon of greedy entrpreneurs :-&lt;br /&gt;
 &lt;br /&gt;
&lt;img src=&quot;http://www.kmfms.com/main-logo.jpg&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=108290#108290</comments>
                                        <author>Nuke</author>
                                        <pubDate>Fri Oct 12, 2012 9:52 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=108290#108290</guid>
                                      </item>
                                      <item>
                                        <title>Re: Chepstow Junk Shop Find</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=108286#108286</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=60'&gt;Rhakios&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 12, 2012 6:42 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      And it has a picture of RMS riding a Gnu!!!&lt;br /&gt;
&lt;br /&gt;
Really, just spend your time looking at the cover, the contents can't possibly live up to that.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=108286#108286</comments>
                                        <author>Rhakios</author>
                                        <pubDate>Fri Oct 12, 2012 6:42 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=108286#108286</guid>
                                      </item>
                                      <item>
                                        <title>Chepstow Junk Shop Find</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=108281#108281</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67227'&gt;Nuke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Oct 11, 2012 9:07 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;img src=&quot;http://www.nuke.demon.co.uk/misc_pics/IMGP3001s.JPG&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
When I saw this among the passe Jeffrey Archers and Danielle Steels, my first thought was that I was not interested in Emacs, but then I realised it was interesting both historically and in containing things such as the GNU Manifesto.&lt;br /&gt;
 &lt;br /&gt;
The technical part of the manual is written with logical - almost painful - precision.  He thinks of everything from first principles.  Eg he has to explain what a key is :-  &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;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&amp;quot;A complete key - where &amp;quot;key&amp;quot; is short for key sequence - is a sequence of keystrokes that are understood by Emacs as a unit, as a single command (possibly undefined).  Most single characters constitute complete keys ..&amp;quot;&lt;br /&gt;
 &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
What he is saying is that you can type a key like the letter &amp;quot;a&amp;quot;, or you can invoke a control with a combination like &amp;quot;Ctrl-a&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
And  :-&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;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&amp;quot;The space character is referred to as SPC, even though strictly speaking it is a graphic character whose graphic happens to be blank&amp;quot;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
 Priceless stuff!  So I've been using a computer all these years and did not really know what the space bar was!&lt;br /&gt;
&lt;br /&gt;
At the end of the book there is a section on mail-ordering Emacs.  It is free, but you pay for the media, like $200 for Unix systems on 1600 bpi 9-track tape in Tar format.&lt;br /&gt;
 &lt;br /&gt;
In the GNU Manifesto he gives a report on the progress of the GNU Operating System.  &amp;quot;So far&amp;quot;, he writes, &amp;quot;we have an Emacs editor .. a debugger .. parser generator, a linker, and around 35 utilities. A shell .. is nearly complete.  A .. C compiler has compiled itself and may be released this year.  An initial kernel exists but many more features need to be added .. &amp;quot;&lt;br /&gt;
 &lt;br /&gt;
How does a compiler compile itself?&lt;br /&gt;
  &lt;br /&gt;
Sad he never did finish that kernel, and never will, which is where the Linux kernel came in.  It looks like RMS got embroiled with adding bells and whistles to Emacs when he should have got on with that kernel, and we would have been using GNU today, not Linux. He has had a chip on his shoulder about it ever since.&lt;br /&gt;
 &lt;br /&gt;
I rate RMS as a modern-day genius, but a flawed one.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=108281#108281</comments>
                                        <author>Nuke</author>
                                        <pubDate>Thu Oct 11, 2012 9:07 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=108281#108281</guid>
                                      </item></channel></rss>