<?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 PureBasic Team Blog</title>
	<atom:link href="http://www.purebasic.fr/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.purebasic.fr/blog</link>
	<description>random thoughts on PureBasic development</description>
	<lastBuildDate>Thu, 04 Apr 2013 18:02:18 +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 Coding standards by langinagel</title>
		<link>http://www.purebasic.fr/blog/?p=331&#038;cpage=1#comment-120</link>
		<dc:creator>langinagel</dc:creator>
		<pubDate>Thu, 04 Apr 2013 18:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=331#comment-120</guid>
		<description><![CDATA[Sorry to be picky...

What you refer to are coding s t y l e s, not standards.

The coding style supports better reading.

A coding standard supports a coding way to avoid potential errors.
And Fred: there are coding standards for C++. One example from the Safety area:
JSF++ (http://www.stroustrup.com/JSF-AV-rules.pdf) for example. In the world of (embedded) C there is the MISRA coding standard (many derived examples, google for yourself).

I like to push that because a few rules of JSF++ and MISRA are already fulfilled by default BASIC compiling rules. A defined rest could also be standardized, maybe leading to a tool such as lint that might fulfill some of the feature requests like e.g. checking for unused variables.
What would be the benefit of such a standard &amp; tool? 
From my point of view Purebasic would get the glance of a very professional Programming language. There are not that much programming languages which do have such a lint tool with a coding standard. Error detction in codes might be shorter.
If other kinds of Assemblers might be used, maybe Purebasic could approach the embedded world.

I know this is not what &quot;professional&quot; application software developpers might need...because they like features like compilers that foresee self-evaporating code (x = 0, a = x; for i = 0 to a ....next) and smart compilers. We had the discussion already in one thread. 

So far just for clarification.
Greetings from a picky guy]]></description>
		<content:encoded><![CDATA[<p>Sorry to be picky&#8230;</p>
<p>What you refer to are coding s t y l e s, not standards.</p>
<p>The coding style supports better reading.</p>
<p>A coding standard supports a coding way to avoid potential errors.<br />
And Fred: there are coding standards for C++. One example from the Safety area:<br />
JSF++ (<a href="http://www.stroustrup.com/JSF-AV-rules.pdf" rel="nofollow">http://www.stroustrup.com/JSF-AV-rules.pdf</a>) for example. In the world of (embedded) C there is the MISRA coding standard (many derived examples, google for yourself).</p>
<p>I like to push that because a few rules of JSF++ and MISRA are already fulfilled by default BASIC compiling rules. A defined rest could also be standardized, maybe leading to a tool such as lint that might fulfill some of the feature requests like e.g. checking for unused variables.<br />
What would be the benefit of such a standard &amp; tool?<br />
From my point of view Purebasic would get the glance of a very professional Programming language. There are not that much programming languages which do have such a lint tool with a coding standard. Error detction in codes might be shorter.<br />
If other kinds of Assemblers might be used, maybe Purebasic could approach the embedded world.</p>
<p>I know this is not what &#8220;professional&#8221; application software developpers might need&#8230;because they like features like compilers that foresee self-evaporating code (x = 0, a = x; for i = 0 to a &#8230;.next) and smart compilers. We had the discussion already in one thread. </p>
<p>So far just for clarification.<br />
Greetings from a picky guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Anti-virus plague by J. Baker</title>
		<link>http://www.purebasic.fr/blog/?p=410&#038;cpage=1#comment-119</link>
		<dc:creator>J. Baker</dc:creator>
		<pubDate>Thu, 07 Mar 2013 03:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=410#comment-119</guid>
		<description><![CDATA[This is one thing I like about Mac. A developer can sign their app. That&#039;s not to say that someone who&#039;s actually making a virus couldn&#039;t purchase a developer license and sign their &quot;virus&quot;. But it may be less likely.

The best solution is to only run apps from the &quot;Mac App Store&quot;. These apps have been tested and most likely won&#039;t contain a virus. At least I would hope not. Now if Microsoft would do the same, this could help restrain at least most of the false positives.

The only bad thing with &quot;the best solution&quot; above, is that the app store does reject certain things and doesn&#039;t give a developer full control on how they feel their app should be.

All aside, I believe their should be some sort of signing technique across the board for all OS, just like their was/is for certified drivers. This doesn&#039;t mean a user couldn&#039;t or shouldn&#039;t run unsigned apps but this would be an option to enable or disable per OS, like on OS X.]]></description>
		<content:encoded><![CDATA[<p>This is one thing I like about Mac. A developer can sign their app. That&#8217;s not to say that someone who&#8217;s actually making a virus couldn&#8217;t purchase a developer license and sign their &#8220;virus&#8221;. But it may be less likely.</p>
<p>The best solution is to only run apps from the &#8220;Mac App Store&#8221;. These apps have been tested and most likely won&#8217;t contain a virus. At least I would hope not. Now if Microsoft would do the same, this could help restrain at least most of the false positives.</p>
<p>The only bad thing with &#8220;the best solution&#8221; above, is that the app store does reject certain things and doesn&#8217;t give a developer full control on how they feel their app should be.</p>
<p>All aside, I believe their should be some sort of signing technique across the board for all OS, just like their was/is for certified drivers. This doesn&#8217;t mean a user couldn&#8217;t or shouldn&#8217;t run unsigned apps but this would be an option to enable or disable per OS, like on OS X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Anti-virus plague by TI-994A</title>
		<link>http://www.purebasic.fr/blog/?p=410&#038;cpage=1#comment-118</link>
		<dc:creator>TI-994A</dc:creator>
		<pubDate>Sat, 16 Feb 2013 03:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=410#comment-118</guid>
		<description><![CDATA[&lt;cite&gt;&quot;...if PureBasic is used to make a trojan or a virus, then chances are high than the code pattern will be actually a purelibrary command, meaning than every other PureBasic program using this command will be flaged as well.&quot;&lt;/cite&gt;

Hi Fred. If this is true, it&#039;s going to be a real problem because, good or bad, most lay users tend to follow the recommendations of their security apps. One solution may be code signing, although costly, and not foolproof.]]></description>
		<content:encoded><![CDATA[<p><cite>&#8220;&#8230;if PureBasic is used to make a trojan or a virus, then chances are high than the code pattern will be actually a purelibrary command, meaning than every other PureBasic program using this command will be flaged as well.&#8221;</cite></p>
<p>Hi Fred. If this is true, it&#8217;s going to be a real problem because, good or bad, most lay users tend to follow the recommendations of their security apps. One solution may be code signing, although costly, and not foolproof.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cocoa, Apple and PureBasic by J. Baker</title>
		<link>http://www.purebasic.fr/blog/?p=388&#038;cpage=1#comment-117</link>
		<dc:creator>J. Baker</dc:creator>
		<pubDate>Tue, 31 Jul 2012 06:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=388#comment-117</guid>
		<description><![CDATA[I guess it&#039;s been a while since I read this blog. This was definitely a very interesting read. Looking forward to the next release. Thanks to both, you and Timo for your hard work. ;)]]></description>
		<content:encoded><![CDATA[<p>I guess it&#8217;s been a while since I read this blog. This was definitely a very interesting read. Looking forward to the next release. Thanks to both, you and Timo for your hard work. <img src='http://www.purebasic.fr/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cocoa, Apple and PureBasic by Passe</title>
		<link>http://www.purebasic.fr/blog/?p=388&#038;cpage=1#comment-116</link>
		<dc:creator>Passe</dc:creator>
		<pubDate>Mon, 28 May 2012 23:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=388#comment-116</guid>
		<description><![CDATA[Sounds really great.
IOS Support would be awesome.]]></description>
		<content:encoded><![CDATA[<p>Sounds really great.<br />
IOS Support would be awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cocoa, Apple and PureBasic by TI-994A</title>
		<link>http://www.purebasic.fr/blog/?p=388&#038;cpage=1#comment-115</link>
		<dc:creator>TI-994A</dc:creator>
		<pubDate>Fri, 25 May 2012 12:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=388#comment-115</guid>
		<description><![CDATA[Hi Fred. That’s exciting news! PureBasic is already a top-notch development tool, and Cocoa support will clearly open new doors for this hidden gem. Our sincere thanks to both you and Timo for giving us this wonderful product, and for making it greater every day.]]></description>
		<content:encoded><![CDATA[<p>Hi Fred. That’s exciting news! PureBasic is already a top-notch development tool, and Cocoa support will clearly open new doors for this hidden gem. Our sincere thanks to both you and Timo for giving us this wonderful product, and for making it greater every day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cocoa, Apple and PureBasic by thinkitsimple</title>
		<link>http://www.purebasic.fr/blog/?p=388&#038;cpage=1#comment-114</link>
		<dc:creator>thinkitsimple</dc:creator>
		<pubDate>Thu, 24 May 2012 20:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=388#comment-114</guid>
		<description><![CDATA[As i said before... These are good news and i can&#039;t wait to see what PureBasic will feel using Cocoa. And yes - i would also love to see iOS Support in the future.]]></description>
		<content:encoded><![CDATA[<p>As i said before&#8230; These are good news and i can&#8217;t wait to see what PureBasic will feel using Cocoa. And yes &#8211; i would also love to see iOS Support in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cocoa, Apple and PureBasic by Ethelanite</title>
		<link>http://www.purebasic.fr/blog/?p=388&#038;cpage=1#comment-113</link>
		<dc:creator>Ethelanite</dc:creator>
		<pubDate>Thu, 24 May 2012 16:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=388#comment-113</guid>
		<description><![CDATA[I must admit the excited jumping, smiling and yelling when I walked through my flat after reading this. I waited for this a long time. This might make PureBasic a serious competitor to Xcode and Objective-C, as I know only Realbasic (or however its name is), which does not seem to do its job so well. I feel the fun coming of developing on the Mac (which Objective-C lacks from my opinion). After nearly three years of absence I might get back again on my favorite development environment, since I left the Windows platform and dived into other development worlds. I am looking forward to this! Keep up the great work! This really pushes my own motivation to get down to serious business about some PureBasic ideas. If this dream comes true, I finally see a serious chance for my own projects to be actually used and useful to others.]]></description>
		<content:encoded><![CDATA[<p>I must admit the excited jumping, smiling and yelling when I walked through my flat after reading this. I waited for this a long time. This might make PureBasic a serious competitor to Xcode and Objective-C, as I know only Realbasic (or however its name is), which does not seem to do its job so well. I feel the fun coming of developing on the Mac (which Objective-C lacks from my opinion). After nearly three years of absence I might get back again on my favorite development environment, since I left the Windows platform and dived into other development worlds. I am looking forward to this! Keep up the great work! This really pushes my own motivation to get down to serious business about some PureBasic ideas. If this dream comes true, I finally see a serious chance for my own projects to be actually used and useful to others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back in business ! by ruland</title>
		<link>http://www.purebasic.fr/blog/?p=383&#038;cpage=1#comment-112</link>
		<dc:creator>ruland</dc:creator>
		<pubDate>Fri, 27 Apr 2012 06:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=383#comment-112</guid>
		<description><![CDATA[I&#039;ve only just begun to use PureBasic, but I&#039;d like to say &quot;Thank you&quot; for this excellent development tool! I really like it very much; it&#039;s what I was always looking for.

Please keep up the good work, guys!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve only just begun to use PureBasic, but I&#8217;d like to say &#8220;Thank you&#8221; for this excellent development tool! I really like it very much; it&#8217;s what I was always looking for.</p>
<p>Please keep up the good work, guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back in business ! by thinkitsimple</title>
		<link>http://www.purebasic.fr/blog/?p=383&#038;cpage=1#comment-111</link>
		<dc:creator>thinkitsimple</dc:creator>
		<pubDate>Thu, 26 Apr 2012 19:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.purebasic.fr/blog/?p=383#comment-111</guid>
		<description><![CDATA[Can&#039;t wait for Cocoa Version and iOS-Support.]]></description>
		<content:encoded><![CDATA[<p>Can&#8217;t wait for Cocoa Version and iOS-Support.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
