<?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 for Irregular Meanderings</title>
	<atom:link href="http://www.lingula.org.uk/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lingula.org.uk/wordpress</link>
	<description>Or... stuff and nonsense.</description>
	<lastBuildDate>Wed, 13 Mar 2013 22:34:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Nabbing PANSTARRS: Surprisingly got it. by Graham Hartland</title>
		<link>http://www.lingula.org.uk/wordpress/2013/03/13/nabbing-panstarrs-surprisingly-got-it/comment-page-1/#comment-378</link>
		<dc:creator>Graham Hartland</dc:creator>
		<pubDate>Wed, 13 Mar 2013 22:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=328#comment-378</guid>
		<description><![CDATA[well done.  That&#039;s a fair bit of processing and fiddling that is.]]></description>
		<content:encoded><![CDATA[<p>well done.  That&#8217;s a fair bit of processing and fiddling that is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NotSoBASIC by zxdunny</title>
		<link>http://www.lingula.org.uk/wordpress/2012/02/23/notsobasic/comment-page-1/#comment-377</link>
		<dc:creator>zxdunny</dc:creator>
		<pubDate>Thu, 11 Oct 2012 16:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=250#comment-377</guid>
		<description><![CDATA[This has just been achieved, and gained a significant speed boost as a result of using hard-abi calls to float routines: http://www.youtube.com/watch?v=lMEgAOmr7ko

The official binary package will be up shortly.

:-D]]></description>
		<content:encoded><![CDATA[<p>This has just been achieved, and gained a significant speed boost as a result of using hard-abi calls to float routines: <a href="http://www.youtube.com/watch?v=lMEgAOmr7ko" rel="nofollow">http://www.youtube.com/watch?v=lMEgAOmr7ko</a></p>
<p>The official binary package will be up shortly.</p>
<p> <img src='http://www.lingula.org.uk/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NotSoBASIC by steve</title>
		<link>http://www.lingula.org.uk/wordpress/2012/02/23/notsobasic/comment-page-1/#comment-375</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 25 Jul 2012 17:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=250#comment-375</guid>
		<description><![CDATA[It would be interesting to know is SpecBAS runs quicker on the latest Linux kernel which has been recompiled to use hardware floating point. Have you tried it yet?

My Raspberry Pi should be arriving in the next week or so... :-)]]></description>
		<content:encoded><![CDATA[<p>It would be interesting to know is SpecBAS runs quicker on the latest Linux kernel which has been recompiled to use hardware floating point. Have you tried it yet?</p>
<p>My Raspberry Pi should be arriving in the next week or so&#8230; <img src='http://www.lingula.org.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NotSoBASIC by ZXDunny</title>
		<link>http://www.lingula.org.uk/wordpress/2012/02/23/notsobasic/comment-page-1/#comment-373</link>
		<dc:creator>ZXDunny</dc:creator>
		<pubDate>Fri, 13 Jul 2012 13:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=250#comment-373</guid>
		<description><![CDATA[Thanks for mentioning SpecBAS :-)

It has been ported to the Raspberry PI, but performance is quite a lot slower than on other platforms due to the ARM cpu not supporting floating point hardware very well - the Pandora version uses vfpv3, but the PI only supports v2. SpecBAS currently only uses floats for value storage, but that is due to change soon with integer support.

I&#039;m also leaving line numbers in, as I like them :-p

D.]]></description>
		<content:encoded><![CDATA[<p>Thanks for mentioning SpecBAS <img src='http://www.lingula.org.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>It has been ported to the Raspberry PI, but performance is quite a lot slower than on other platforms due to the ARM cpu not supporting floating point hardware very well &#8211; the Pandora version uses vfpv3, but the PI only supports v2. SpecBAS currently only uses floats for value storage, but that is due to change soon with integer support.</p>
<p>I&#8217;m also leaving line numbers in, as I like them :-p</p>
<p>D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NotSoBASIC by programandala.net</title>
		<link>http://www.lingula.org.uk/wordpress/2012/02/23/notsobasic/comment-page-1/#comment-310</link>
		<dc:creator>programandala.net</dc:creator>
		<pubDate>Mon, 27 Feb 2012 12:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=250#comment-310</guid>
		<description><![CDATA[I suggest taking a look to the SpecBAS project by Paul Dunn (http://specbas.co.uk). It&#039;s a BASIC interpreter based on the old ZX Spectrum&#039;s BASIC, but much improved, more powerful and multiplatform. It is still alpha but looks quite promising. I think it soon will suit the needs you mention.

There are binary packages for Windows, Linux (Intel) and the Pandora&#039;s Ångström (http://openpandora.org). It&#039;s written in Free Pascal and it&#039;s open source, so it can be compiled for other platforms as well.

In fact I&#039;m considering SpecBAS as an alternative to SBASIC for a couple of game projects under development. The source code conversion would not be
difficult, and the benefits would be remarkable: wider audience; easier programming of sounds and graphics; and the chance to be able to contribute to an open and evolving project.]]></description>
		<content:encoded><![CDATA[<p>I suggest taking a look to the SpecBAS project by Paul Dunn (<a href="http://specbas.co.uk" rel="nofollow">http://specbas.co.uk</a>). It&#8217;s a BASIC interpreter based on the old ZX Spectrum&#8217;s BASIC, but much improved, more powerful and multiplatform. It is still alpha but looks quite promising. I think it soon will suit the needs you mention.</p>
<p>There are binary packages for Windows, Linux (Intel) and the Pandora&#8217;s Ångström (<a href="http://openpandora.org" rel="nofollow">http://openpandora.org</a>). It&#8217;s written in Free Pascal and it&#8217;s open source, so it can be compiled for other platforms as well.</p>
<p>In fact I&#8217;m considering SpecBAS as an alternative to SBASIC for a couple of game projects under development. The source code conversion would not be<br />
difficult, and the benefits would be remarkable: wider audience; easier programming of sounds and graphics; and the chance to be able to contribute to an open and evolving project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Musings on Internet dating. by steve</title>
		<link>http://www.lingula.org.uk/wordpress/2012/02/12/musings-on-internet-dating/comment-page-1/#comment-309</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Mon, 27 Feb 2012 09:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=224#comment-309</guid>
		<description><![CDATA[Thanks for the comment Jane, one thing you said did raise one aspect:

“Well there is the “standard advice” – change your social circles… sounds trite I know but it does work! Just going to a different pub can make a difference, especially of there is an event on so people are circulating more and it is easier to talk to different people.”

This reflects the UK’s drinking culture as a way of bringing groups together. When you’re not a part of this culture it makes it a great deal more difficult.

You see, it’s more than merely going down the pub, it’s the “enjoying a bottle of wine together” side as well, which often leaves tea-totallers out in the cold, especially when finding a partner.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the comment Jane, one thing you said did raise one aspect:</p>
<p>“Well there is the “standard advice” – change your social circles… sounds trite I know but it does work! Just going to a different pub can make a difference, especially of there is an event on so people are circulating more and it is easier to talk to different people.”</p>
<p>This reflects the UK’s drinking culture as a way of bringing groups together. When you’re not a part of this culture it makes it a great deal more difficult.</p>
<p>You see, it’s more than merely going down the pub, it’s the “enjoying a bottle of wine together” side as well, which often leaves tea-totallers out in the cold, especially when finding a partner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NotSoBASIC by steve</title>
		<link>http://www.lingula.org.uk/wordpress/2012/02/23/notsobasic/comment-page-1/#comment-302</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Thu, 23 Feb 2012 21:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=250#comment-302</guid>
		<description><![CDATA[I plan to base the syntax fully on SuperBASIC and then extend it.

There are a few exceptions, such as file and device access where the QL device nomenclature doesn&#039;t fit the modern world. In this case I plan to use URI definitions instead.

I realise that the definitions I gave above were not quite SuperBASIC as I&#039;m currently going on memory rather than reading directly from the manual. Once the design process gets further down the road I can tidy things up.]]></description>
		<content:encoded><![CDATA[<p>I plan to base the syntax fully on SuperBASIC and then extend it.</p>
<p>There are a few exceptions, such as file and device access where the QL device nomenclature doesn&#8217;t fit the modern world. In this case I plan to use URI definitions instead.</p>
<p>I realise that the definitions I gave above were not quite SuperBASIC as I&#8217;m currently going on memory rather than reading directly from the manual. Once the design process gets further down the road I can tidy things up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NotSoBASIC by Norman Dunbar</title>
		<link>http://www.lingula.org.uk/wordpress/2012/02/23/notsobasic/comment-page-1/#comment-301</link>
		<dc:creator>Norman Dunbar</dc:creator>
		<pubDate>Thu, 23 Feb 2012 13:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=250#comment-301</guid>
		<description><![CDATA[That says more about the state of the edukashun in our country then. I was taught those in Primary School. (In Scotland - if that makes any difference.)

Cheers,
Norm.]]></description>
		<content:encoded><![CDATA[<p>That says more about the state of the edukashun in our country then. I was taught those in Primary School. (In Scotland &#8211; if that makes any difference.)</p>
<p>Cheers,<br />
Norm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NotSoBASIC by steve</title>
		<link>http://www.lingula.org.uk/wordpress/2012/02/23/notsobasic/comment-page-1/#comment-300</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Thu, 23 Feb 2012 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=250#comment-300</guid>
		<description><![CDATA[Yes, Python&#039;s a bit of a horror story really, especially the structural whitespace.

As for line numbers, it&#039;s surprising how important they can be for some people. I was talking to a friend who&#039;s a science teacher and he recounted how many pupils couldn&#039;t handle the concept of a logical progression.]]></description>
		<content:encoded><![CDATA[<p>Yes, Python&#8217;s a bit of a horror story really, especially the structural whitespace.</p>
<p>As for line numbers, it&#8217;s surprising how important they can be for some people. I was talking to a friend who&#8217;s a science teacher and he recounted how many pupils couldn&#8217;t handle the concept of a logical progression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NotSoBASIC by Norman Dunbar</title>
		<link>http://www.lingula.org.uk/wordpress/2012/02/23/notsobasic/comment-page-1/#comment-299</link>
		<dc:creator>Norman Dunbar</dc:creator>
		<pubDate>Thu, 23 Feb 2012 13:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lingula.org.uk/wordpress/?p=250#comment-299</guid>
		<description><![CDATA[PPS. I agree that using a URI is a brilliant idea. :-)

Cheers,
Norm.]]></description>
		<content:encoded><![CDATA[<p>PPS. I agree that using a URI is a brilliant idea. <img src='http://www.lingula.org.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Norm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->