<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>IronScheme</title><link>http://www.codeplex.com/IronScheme/Project/ProjectRss.aspx</link><description>IronScheme will aim to be a R6RS compliant Scheme implementation based on the Microsoft DLR.      IronScheme will be a complete rewrite of IronLisp incorporating lessons learnt while developing IronLisp.</description><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Added record-case.&amp;#13;&amp;#10;Trying to fix incorrect line numbers.&amp;#13;&amp;#10;Fixed bitwise-arithmatic-shift.&amp;#13;&amp;#10;Moved &amp;#40;docs&amp;#41; to &amp;#40;ironscheme docs&amp;#41;.</description><author>leppie</author><pubDate>Sun, 11 May 2008 21:57:44 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080511P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed startup issue.</description><author>leppie</author><pubDate>Fri, 09 May 2008 21:47:47 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080509P</guid></item><item><title>NEW POST: Plan to update to current version of DLR?</title><link>http://www.codeplex.com/IronScheme/Thread/View.aspx?ThreadId=27361</link><description>&lt;div class="wikidoc"&gt;
I know that you have not updated the DLR component very much of late since the DLR is such a moving target.  However, with Silverlight 1 out and Silverlight Beta 2 supposed to be coming soon, along with IronPython actually being in Beta now (Beta 2 as of right now http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=11566) do you have any plans to update to a more current DLR?  &lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>mwatts42</author><pubDate>Thu, 08 May 2008 15:01:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Plan to update to current version of DLR? 20080508P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Made some improvements to psyntax</description><author>leppie</author><pubDate>Thu, 08 May 2008 13:33:34 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080508P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Updated psyntax to match ikarus rev 1471</description><author>leppie</author><pubDate>Thu, 08 May 2008 13:16:37 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080508P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Made record contructors faster.</description><author>leppie</author><pubDate>Tue, 06 May 2008 20:55:11 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080506P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed evaluator null reference exception</description><author>leppie</author><pubDate>Tue, 06 May 2008 15:12:20 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080506P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed make-enumeration not to return duplicate symbols</description><author>leppie</author><pubDate>Tue, 06 May 2008 06:07:57 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080506A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Added missing files to VS2008 Solution</description><author>leppie</author><pubDate>Mon, 05 May 2008 15:47:47 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080505P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Added .NET 2 SP1 link in installer, as this seems to be needed.</description><author>leppie</author><pubDate>Mon, 05 May 2008 14:21:29 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080505P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Added an evaluator for simple expressions.&amp;#13;&amp;#10;Fixed broken memv.</description><author>leppie</author><pubDate>Sun, 04 May 2008 20:12:14 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080504P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Many little bug fixes.&amp;#13;&amp;#10;New context sensitive auto complete in console.&amp;#13;&amp;#10;Libraries can now be &amp;#39;pre-compiled&amp;#39;.&amp;#13;&amp;#10;Removal of all boolean boxing.&amp;#13;&amp;#10;Added full blown LINQ library.&amp;#13;&amp;#10;Shrunk boot library.</description><author>leppie</author><pubDate>Sun, 04 May 2008 08:47:58 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080504A</guid></item><item><title>NEW POST: Ironscheme fully qualified compiler name</title><link>http://www.codeplex.com/IronScheme/Thread/View.aspx?ThreadId=25524</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;neuwirthe wrote:&lt;br /&gt;I wnat to use the ExcelDNA library, which allows to use .NET languages for writing Excel functions,&lt;br /&gt;with IronScheme. The role model is F#. To use F# code, one needs the following syntax.&lt;br /&gt; &lt;br /&gt;&amp;lt;DnaLibrary&lt;br /&gt;Language=&amp;quot;Microsoft.FSharp.Compiler.CodeDom.FSharpCodeProvider,&lt;br /&gt;FSharp.Compiler.CodeDom, Version=1.9.3.7, Culture=neutral,&lt;br /&gt;PublicKeyToken=a19089b1c74d0809&amp;quot;&amp;gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;What is the equivalent statement to be able to use IronScheme?&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;This is currently not possible.&lt;br /&gt; &lt;br /&gt;What features do you use from the CodeProvider? Perhaps a minimal interface could be easily implemented.&lt;br /&gt; &lt;br /&gt;Cheers&lt;br /&gt; &lt;br /&gt;leppie&lt;br /&gt;
&lt;/div&gt;</description><author>leppie</author><pubDate>Sat, 03 May 2008 12:04:00 GMT</pubDate><guid isPermaLink="false">NEW POST: Ironscheme fully qualified compiler name 20080503P</guid></item><item><title>NEW POST: How to access .NET objects</title><link>http://www.codeplex.com/IronScheme/Thread/View.aspx?ThreadId=17729</link><description>&lt;div class="wikidoc"&gt;
Hi&lt;br /&gt; &lt;br /&gt;The syntax has changed and been extended (quite soon after that post actually).&lt;br /&gt; &lt;br /&gt;You would do that now like (note the casts as this is a heavily overloaded method):&lt;br /&gt; &lt;br /&gt;(import (ironscheme clr))&lt;br /&gt; &lt;br /&gt;(define (write-line fmt . args)&lt;br /&gt;  (clr-static-call system.console writeline (clr-cast system.string fmt) (clr-cast system.object[] (list-&amp;gt;vector args))))&lt;br /&gt; &lt;br /&gt;(write-line &amp;quot;{0}-{1}&amp;quot; &amp;quot;hello&amp;quot; &amp;quot;world&amp;quot;)&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>leppie</author><pubDate>Sat, 03 May 2008 12:00:23 GMT</pubDate><guid isPermaLink="false">NEW POST: How to access .NET objects 20080503P</guid></item><item><title>NEW POST: How to access .NET objects</title><link>http://www.codeplex.com/IronScheme/Thread/View.aspx?ThreadId=17729</link><description>&lt;div class="wikidoc"&gt;
how to call static methods like System.Console.WriteLine ???&lt;br /&gt;this fails:&lt;br /&gt;(import&lt;br /&gt;  (rnrs)&lt;br /&gt;  (ironscheme clr))&lt;br /&gt;(clr-call system.console:writeline &amp;quot;test&amp;quot;)&lt;br /&gt;
&lt;/div&gt;</description><author>LostTheBlack</author><pubDate>Sat, 03 May 2008 10:05:10 GMT</pubDate><guid isPermaLink="false">NEW POST: How to access .NET objects 20080503A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Added generic record printer</description><author>leppie</author><pubDate>Wed, 23 Apr 2008 10:11:50 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080423A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed a couple of bugs&amp;#13;&amp;#10;Improved invalid syntax detection with letrec&amp;#47;letrec&amp;#42;&amp;#13;&amp;#10;Added few list procedures&amp;#13;&amp;#10;Added a pseudo type model that I might use for type inference, if viable</description><author>leppie</author><pubDate>Thu, 17 Apr 2008 19:44:12 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080417P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Removed DYNAMIC_METHOD compiler directive</description><author>leppie</author><pubDate>Thu, 10 Apr 2008 00:28:45 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080410A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Refactored some string functions</description><author>leppie</author><pubDate>Wed, 09 Apr 2008 16:41:00 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080409P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/IronScheme/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed VS2008 source control bindings</description><author>leppie</author><pubDate>Wed, 09 Apr 2008 09:22:10 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080409A</guid></item></channel></rss>