Lost your password?

Blogs about: Ironscheme

Featured Blog

Experimental monolitic IronScheme executable2 comments

leppie 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 →

Tags: Default

IronScheme and C# 4's new dynamic keyword4 comments

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 →

Tags: Default

IronScheme 1.0 RC 1 released3 comments

leppie wrote 1 month ago: Hi After just over 1 year in beta phase, IronScheme has moved into release candidate phase. Download … more →

Tags: Default

Replaced BigInteger implementation with a faster one

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 →

Tags: Default

IronScheme now supports compile time records

leppie wrote 2 months ago: As per the R6RS, I have now partially exploited compile time information to define record types at c … more →

Tags: Default

(ironscheme clr shorthand)2 comments

leppie wrote 3 months ago: I have moved with-clr-type and friends to the (ironscheme clr shorthand) library. clr-call, clr-fiel … more →

Tags: Default

Added another CLR helper - let-clr-type

leppie wrote 3 months ago: This one looks like a normal ‘let’ form, but binds to CLR constructed objects instead. U … more →

Tags: Default

New CLR shorthand syntax

leppie wrote 4 months ago: I have added a new macro called ‘with-clr-type’, that tags an identifier with a CLR type … more →

Tags: Default

The Scheme Programming Language - Fourth Edition . Full text online now.2 comments

leppie wrote 4 months ago: The Scheme Programming Language – Fourth Edition The new edition focuses on R6RS, which is the … more →

Tags: Default

IronScheme 1.0 beta 4 released1 comment

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 →

Tags: Default

IronScheme documentation update1 comment

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 →

Tags: Default

IronScheme debugging3 comments

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 →

Tags: Default

IronScheme now passes all the SRFI tests

leppie wrote 7 months ago: Yay! So they are good for use, and will be included in the next release. … more →

Tags: Default

Small update to IronScheme 1.0 beta 32 comments

leppie wrote 7 months ago: Over the last week I have found a few annoying bugs related to printing of exception, especially dur … more →

Tags: Default

IronScheme 1.0 beta 3 released2 comments

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 →

Tags: Default

IronScheme update11 comments

leppie wrote 8 months ago: Hi Recently I have been converting a lot of procedures from their C# implementation to Scheme. This … more →

Tags: Default, xacc.ide

IronScheme 1.0 beta 2

leppie wrote 10 months ago: IronScheme 1.0 beta 2 is now available for download. http://www.codeplex.com/IronScheme/Release/Proj … more →

Tags: Default

Some more FFI goodness

leppie wrote 10 months ago: > (import (ironscheme ffi)) > (define dlload (pinvoke-call kernel32 LoadLibrary intptr (string … more →

Tags: Default

I can has FFI (too)!1 comment

leppie wrote 10 months ago: > (import (ironscheme clr)) > (define dlload (pinvoke-call kernel32 LoadLibrary intptr (string … more →

Tags: Default


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS