<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>IronScheme</title><link>http://ironscheme.codeplex.com/project/feeds/rss</link><description>IronScheme aims to be a R6RS conforming Scheme-like implementation based on the Microsoft DLR.</description><item><title>Source code checked in, #101165</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101165</link><description>Cleanup now old code from parser.</description><author>leppie</author><pubDate>Wed, 19 Jun 2013 15:46:15 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101165 20130619034615P</guid></item><item><title>Source code checked in, #101164</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101164</link><description>Fix issue with expression comments not parsing correctly.</description><author>leppie</author><pubDate>Wed, 19 Jun 2013 15:10:28 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101164 20130619031028P</guid></item><item><title>Source code checked in, #101158</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101158</link><description>Change IronScheme.WebServer to target .NET 3.5</description><author>leppie</author><pubDate>Tue, 18 Jun 2013 19:39:37 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101158 20130618073937P</guid></item><item><title>Source code checked in, #101157</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101157</link><description>Add Racket-like infix notation eg &amp;#40;1 . cons . 2&amp;#41; &amp;#61;&amp;#62; &amp;#40;cons 1 2&amp;#41;</description><author>leppie</author><pubDate>Tue, 18 Jun 2013 19:38:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101157 20130618073848P</guid></item><item><title>Source code checked in, #101155</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101155</link><description>Use simplified power of 2 &amp;#40;doh&amp;#41;.</description><author>leppie</author><pubDate>Tue, 18 Jun 2013 14:43:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101155 20130618024320P</guid></item><item><title>Closed Feature: Do lambda lifting for procedures without environments [19817]</title><link>http://ironscheme.codeplex.com/workitem/19817</link><description>This seems to be a simple be effective optimization.&lt;br /&gt;&lt;br /&gt;&amp;#40;define &amp;#40;maybe-negate negp&amp;#41;&lt;br /&gt;    &amp;#40;if negp &lt;br /&gt;        &amp;#40;lambda &amp;#40;x&amp;#41; &amp;#40;- x&amp;#41;&amp;#41;&lt;br /&gt;        &amp;#40;lambda &amp;#40;x&amp;#41; x&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#40;values&lt;br /&gt;  &amp;#40;eq&amp;#63; &amp;#40;maybe-negate &amp;#35;t&amp;#41; &amp;#40;maybe-negate &amp;#35;t&amp;#41;&amp;#41;&lt;br /&gt;  &amp;#40;eq&amp;#63; &amp;#40;maybe-negate &amp;#35;f&amp;#41; &amp;#40;maybe-negate &amp;#35;t&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;Comments: Implemented</description><author>leppie</author><pubDate>Mon, 17 Jun 2013 19:40:21 GMT</pubDate><guid isPermaLink="false">Closed Feature: Do lambda lifting for procedures without environments [19817] 20130617074021P</guid></item><item><title>Updated Release: Official Builds (Jun 17, 2013)</title><link>https://ironscheme.codeplex.com/releases/view/103028</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Note:&lt;/b&gt; Latest build is the one with the highest trailing number (referring to the TFS checkin id).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Important:&lt;/b&gt; As of version 100004, there only a single root namespace &amp;#39;IronScheme&amp;#39;. The &amp;#39;Oyster&amp;#39;, &amp;#39;Microsoft&amp;#39; and &amp;#39;gppg&amp;#39; namespaces have been renamed.&lt;br /&gt;&lt;br /&gt;These are a collection of (relatively) stable builds.&lt;br /&gt;&lt;br /&gt;The all the DLL&amp;#39;s can be run/referenced using any version of .NET and any bitness.&lt;br /&gt;&lt;br /&gt;Use the specific executables to start the REPL for your preferred environment.&lt;br /&gt;&lt;br /&gt;Running NGEN on the IronScheme.dll is recommended on Windows and can be done by running &lt;span class="codeInline"&gt; ngen-all.cmd &lt;/span&gt; as administrator.&lt;br /&gt;&lt;br /&gt;IronScheme can also be run using Mono (2.10+) on Linux.&lt;br /&gt;&lt;br /&gt;Unfortunately it does not work on OSX using Mono.&lt;br /&gt;&lt;br /&gt;You can download them also from &lt;a href="http://build.ironscheme.net/"&gt;http://build.ironscheme.net/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Nuget packages are also available from &lt;a href="https://nuget.org/packages/IronScheme/"&gt;https://nuget.org/packages/IronScheme/&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>leppie</author><pubDate>Mon, 17 Jun 2013 19:04:08 GMT</pubDate><guid isPermaLink="false">Updated Release: Official Builds (Jun 17, 2013) 20130617070408P</guid></item><item><title>Released: Official Builds (Jun 17, 2013)</title><link>http://ironscheme.codeplex.com/releases/view/103028</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;Note:&lt;/b&gt; Latest build is the one with the highest trailing number (referring to the TFS checkin id).&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Important:&lt;/b&gt; As of version 100004, there only a single root namespace &amp;#39;IronScheme&amp;#39;. The &amp;#39;Oyster&amp;#39;, &amp;#39;Microsoft&amp;#39; and &amp;#39;gppg&amp;#39; namespaces have been renamed.&lt;br&gt;
&lt;br&gt;
These are a collection of (relatively) stable builds.&lt;br&gt;
&lt;br&gt;
The all the DLL&amp;#39;s can be run/referenced using any version of .NET and any bitness.&lt;br&gt;
&lt;br&gt;
Use the specific executables to start the REPL for your preferred environment.&lt;br&gt;
&lt;br&gt;
Running NGEN on the IronScheme.dll is recommended on Windows and can be done by running
&lt;span class="codeInline"&gt;ngen-all.cmd &lt;/span&gt;as administrator.&lt;br&gt;
&lt;br&gt;
IronScheme can also be run using Mono (2.10&amp;#43;) on Linux.&lt;br&gt;
&lt;br&gt;
Unfortunately it does not work on OSX using Mono.&lt;br&gt;
&lt;br&gt;
You can download them also from &lt;a href="http://build.ironscheme.net/"&gt;http://build.ironscheme.net/&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Nuget packages are also available from &lt;a href="https://nuget.org/packages/IronScheme/"&gt;
https://nuget.org/packages/IronScheme/&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 17 Jun 2013 19:04:08 GMT</pubDate><guid isPermaLink="false">Released: Official Builds (Jun 17, 2013) 20130617070408P</guid></item><item><title>Source code checked in, #101147</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101147</link><description>Fix last commit.</description><author>leppie</author><pubDate>Mon, 17 Jun 2013 18:58:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101147 20130617065808P</guid></item><item><title>Source code checked in, #101146</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101146</link><description>Exclude .cmd files for tar.xz file.</description><author>leppie</author><pubDate>Mon, 17 Jun 2013 18:54:07 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101146 20130617065407P</guid></item><item><title>Source code checked in, #101144</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101144</link><description>Fix asin and acos for complex results.</description><author>leppie</author><pubDate>Mon, 17 Jun 2013 18:45:52 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101144 20130617064552P</guid></item><item><title>Source code checked in, #101143</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101143</link><description>Fix incorrect tests.</description><author>leppie</author><pubDate>Mon, 17 Jun 2013 18:45:16 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101143 20130617064516P</guid></item><item><title>Source code checked in, #101142</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101142</link><description>Fix issues with -0.0 popping up.</description><author>leppie</author><pubDate>Mon, 17 Jun 2013 18:27:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101142 20130617062706P</guid></item><item><title>Source code checked in, #101141</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101141</link><description>Added simple lambda caching.&amp;#13;&amp;#10;Updated boorfile.</description><author>leppie</author><pubDate>Mon, 17 Jun 2013 17:12:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101141 20130617051248P</guid></item><item><title>Source code checked in, #101086</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/101086</link><description>Code cleanup and TODO comments.</description><author>leppie</author><pubDate>Fri, 14 Jun 2013 12:42:17 GMT</pubDate><guid isPermaLink="false">Source code checked in, #101086 20130614124217P</guid></item><item><title>Closed Task: Add IronScheme to Chocolatey [19777]</title><link>http://ironscheme.codeplex.com/workitem/19777</link><description>As we have Nuget, we might as well do Chocolatey  too &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt; https&amp;#58;&amp;#47;&amp;#47;chocolatey.org&lt;br /&gt;Comments: Now part of the deployment process.</description><author>leppie</author><pubDate>Wed, 05 Jun 2013 18:47:57 GMT</pubDate><guid isPermaLink="false">Closed Task: Add IronScheme to Chocolatey [19777] 20130605064757P</guid></item><item><title>Created Task: Add 'deeper' inspection for eqv? similar to object.Equals in .NET [19818]</title><link>http://ironscheme.codeplex.com/workitem/19818</link><description>This would apply to pairs, vectors, strings, records, hashtables and procedures.&lt;br /&gt;</description><author>leppie</author><pubDate>Wed, 05 Jun 2013 18:46:09 GMT</pubDate><guid isPermaLink="false">Created Task: Add 'deeper' inspection for eqv? similar to object.Equals in .NET [19818] 20130605064609P</guid></item><item><title>Source code checked in, #100898</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/changes/100898</link><description>Another fake edit....</description><author>leppie</author><pubDate>Wed, 05 Jun 2013 15:23:12 GMT</pubDate><guid isPermaLink="false">Source code checked in, #100898 20130605032312P</guid></item><item><title>Source code checked in, #100897</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/changes/100897</link><description>Fake edit for testing.</description><author>leppie</author><pubDate>Wed, 05 Jun 2013 15:18:52 GMT</pubDate><guid isPermaLink="false">Source code checked in, #100897 20130605031852P</guid></item><item><title>Source code checked in, #100896</title><link>http://ironscheme.codeplex.com/SourceControl/changeset/changes/100896</link><description>Create replacement text for version in chocolatey installer.</description><author>leppie</author><pubDate>Wed, 05 Jun 2013 15:12:43 GMT</pubDate><guid isPermaLink="false">Source code checked in, #100896 20130605031243P</guid></item></channel></rss>