Hi A common request is to have some form of compiled libraries to run a Scheme program, and not relying on source files for the program to run. This is already provided in IronScheme via precompiled/s… more →
xacc.ideleppie wrote 4 weeks ago: Hi A common request is to have some form of compiled libraries to run a Scheme program, and not rely … more →
leppie wrote 1 month ago: So everyone (well all the IronXXX people) is doing it, so I might well too I present using IronSchem … more →
leppie wrote 1 month ago: Hi After just over 1 year in beta phase, IronScheme has moved into release candidate phase. Download … more →
leppie wrote 2 months ago: Hi I have recently checked in code that completely removes the usage (and in fact removes it from ex … more →
leppie wrote 2 months ago: As per the R6RS, I have now partially exploited compile time information to define record types at c … more →
leppie wrote 3 months ago: I have moved with-clr-type and friends to the (ironscheme clr shorthand) library. clr-call, clr-fiel … more →
leppie wrote 3 months ago: This one looks like a normal ‘let’ form, but binds to CLR constructed objects instead. U … more →
leppie wrote 4 months ago: I have added a new macro called ‘with-clr-type’, that tags an identifier with a CLR type … more →
leppie wrote 4 months ago: The Scheme Programming Language – Fourth Edition The new edition focuses on R6RS, which is the … more →
leppie wrote 4 months ago: IronScheme 1.0 beta 4 is now available here. Please see the release notes for changes/fixes. This wi … more →
leppie wrote 5 months ago: Over the last week or so, I have after some inspiration (and help from Fufie), added a bunch of docu … more →
leppie wrote 6 months ago: Hi To show the new debugging features of IronScheme, I have made a little screencast of it in action … more →
leppie wrote 7 months ago: Yay! So they are good for use, and will be included in the next release. … more →
leppie wrote 7 months ago: Over the last week I have found a few annoying bugs related to printing of exception, especially dur … more →
leppie wrote 7 months ago: The new beta is out now. I have tried to recreate the 64-bit issue with no luck, but I have a hunch … more →
leppie wrote 8 months ago: Hi Recently I have been converting a lot of procedures from their C# implementation to Scheme. This … more →
leppie wrote 10 months ago: IronScheme 1.0 beta 2 is now available for download. http://www.codeplex.com/IronScheme/Release/Proj … more →
leppie wrote 10 months ago: > (import (ironscheme ffi)) > (define dlload (pinvoke-call kernel32 LoadLibrary intptr (string … more →
leppie wrote 10 months ago: > (import (ironscheme clr)) > (define dlload (pinvoke-call kernel32 LoadLibrary intptr (string … more →