<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: We Have Chickens</title>
	<atom:link href="http://www.lakin-farm.co.uk/archives/74/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lakin-farm.co.uk/archives/74</link>
	<description>Torbeg, The Isle of Arran</description>
	<pubDate>Thu, 09 Sep 2010 12:01:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Imran</title>
		<link>http://www.lakin-farm.co.uk/archives/74/comment-page-1#comment-367</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Sun, 15 Jul 2007 16:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakin-farm.co.uk/archives/74#comment-367</guid>
		<description>I'm just job hunting at the moment,though I hardly have a clue what the bait should be. I've applied at a few places involving Web development and Java software development and just waiting for their responses.

By the way the KFC program only runs on a compiler from chickenSoft Inc. Ver 2.0 or above. â€˜cluck cluckâ€™ is its own way of saying: 

KFC: Compile: Error: Exception in thread "main" kfc.lang:Compiler must be chickenSoft compliant!</description>
		<content:encoded><![CDATA[<p>I&#8217;m just job hunting at the moment,though I hardly have a clue what the bait should be. I&#8217;ve applied at a few places involving Web development and Java software development and just waiting for their responses.</p>
<p>By the way the KFC program only runs on a compiler from chickenSoft Inc. Ver 2.0 or above. â€˜cluck cluckâ€™ is its own way of saying: </p>
<p>KFC: Compile: Error: Exception in thread &#8220;main&#8221; kfc.lang:Compiler must be chickenSoft compliant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.lakin-farm.co.uk/archives/74/comment-page-1#comment-365</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Sun, 15 Jul 2007 07:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakin-farm.co.uk/archives/74#comment-365</guid>
		<description>Well done Imran, it is really good to hear from you, and that you have done so well.

What are your plans now?

BTW your KFC program doesn't seem to run properly, I just get a 'cluck cluck' sound from the PC speaker. Is that normal?</description>
		<content:encoded><![CDATA[<p>Well done Imran, it is really good to hear from you, and that you have done so well.</p>
<p>What are your plans now?</p>
<p>BTW your KFC program doesn&#8217;t seem to run properly, I just get a &#8216;cluck cluck&#8217; sound from the PC speaker. Is that normal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran</title>
		<link>http://www.lakin-farm.co.uk/archives/74/comment-page-1#comment-364</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Sun, 15 Jul 2007 02:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakin-farm.co.uk/archives/74#comment-364</guid>
		<description>Hi Michael,

I hope all is well, it's been a long time since I last posted. I've just been so busy + stressed with exams and courseworks, however nothing lasts forever, University life has finally come to an end! I checked my email an hour ago to find that my exam results for the final year were emailed on Friday. I achieved a first-class honours in CS! I'm over the moon! I can't get to sleep and it's 3:24am!

I wouldn't be where I am today, if it wasn't for you. I'll always be indebted to you, thank you for everything while I was at the placement.

Since the post is about chickens, incidentally I came across an interesting block of code some time back:

program KFC;

uses
 Salt, Pepper, Flour, HotOil, Poultry, MackTruck;

const
 MPH = 90;

var
 {Don't reference your chickens before they're declared!}
 Chicken : Poultry.Fowl;
 Truck : MackTruck.EighteenWheeler;

begin
Chicken.Hatch; {Constructor}
Truck.Start; {Constructor}
Truck.Rev(MPH);
Chicken.Cross(Road);
Truck.Horn.Honk;
Truck.Brake := TRUE;
Truck.Tires.PutStr('Screeeeeeeeeeeeeeeeeeee...');
Chicken.PutStr('Scra-daaaaaaaaaaaaaawk!');
Stop; Look; Listen;
if Chicken.Flat then
  Output(Colonel,Chicken);
end.

P.S. Abigail seems to be doing really well. JL reminds me of Peter Pan in Neverland, eternal immortality in Torbeg, The Isle of Arran............</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I hope all is well, it&#8217;s been a long time since I last posted. I&#8217;ve just been so busy + stressed with exams and courseworks, however nothing lasts forever, University life has finally come to an end! I checked my email an hour ago to find that my exam results for the final year were emailed on Friday. I achieved a first-class honours in CS! I&#8217;m over the moon! I can&#8217;t get to sleep and it&#8217;s 3:24am!</p>
<p>I wouldn&#8217;t be where I am today, if it wasn&#8217;t for you. I&#8217;ll always be indebted to you, thank you for everything while I was at the placement.</p>
<p>Since the post is about chickens, incidentally I came across an interesting block of code some time back:</p>
<p>program KFC;</p>
<p>uses<br />
 Salt, Pepper, Flour, HotOil, Poultry, MackTruck;</p>
<p>const<br />
 MPH = 90;</p>
<p>var<br />
 {Don&#8217;t reference your chickens before they&#8217;re declared!}<br />
 Chicken : Poultry.Fowl;<br />
 Truck : MackTruck.EighteenWheeler;</p>
<p>begin<br />
Chicken.Hatch; {Constructor}<br />
Truck.Start; {Constructor}<br />
Truck.Rev(MPH);<br />
Chicken.Cross(Road);<br />
Truck.Horn.Honk;<br />
Truck.Brake := TRUE;<br />
Truck.Tires.PutStr(&#8217;Screeeeeeeeeeeeeeeeeeee&#8230;&#8217;);<br />
Chicken.PutStr(&#8217;Scra-daaaaaaaaaaaaaawk!&#8217;);<br />
Stop; Look; Listen;<br />
if Chicken.Flat then<br />
  Output(Colonel,Chicken);<br />
end.</p>
<p>P.S. Abigail seems to be doing really well. JL reminds me of Peter Pan in Neverland, eternal immortality in Torbeg, The Isle of Arran&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
