InfoQ

News

IronScheme Nears Final Release

Posted by Abel Avram on Oct 27, 2009

Community
.NET
Topics
Language
Tags
IronScheme ,
Releases ,
IronLisp

IronScheme, the R6RS implementation of Scheme for DLR, has reached RC1 after one year of being in beta.

IronScheme is the effort of Llewellyn Pritchard, aka Leppie, author of the xacc.ide IDE, a development environment for .NET languages. He initially created IronLisp, but discovering that no one was interested in yet another LISP dialect Leppie decided to implement Scheme and to make it run on top of the DLR. The result was IronScheme. After being an alpha project for 10 months and going through 4 beta releases over the period of one year, IronScheme is closing its official 1.0 release being RC1 at this point.

IronScheme can be invoked through the command prompt, a REPL environment, or by being embedded as a scripting library in .NET applications. It runs on .NET/32 and 64 bit and Mono/32 bit.

IronScheme currently passes 8880 tests from the PLT Scheme test suite with only 4 tests not passing yet. Two features are still lacking and Leppie’s plan is to address those in v. 2.0:

  • call/cc only supports escape continuations, trying to re-invoke a continuation will result in an error
  • during development of beta 2, I made a CPS version, but is too slow to be useful currently, this will be addressed in IronScheme 2.0

Still needed and are to be addressed before the final release: more testing, more integration with CLR and complete documentation. The project is published under MS-PL License.

Resources: Interview with LeppieHost IronScheme in Your .NET Applications, The Scheme Language Is to Be Split in Two.

"but discovering that no one was interested in yet another LISP dialect" by Joshua Graham Posted Oct 27, 2009 1:40 PM
Re: by Abel Avram Posted Oct 28, 2009 2:05 AM
  1. Hmm.

    Clojure seems to be quite popular on the JVM with the software developers I spend time with.

    While influenced by other languages too, ioke is also a Lisp-y language on both JVM and CLR.

    Nonetheless, it's nice to see this work - I'm looking forward to tinkering!

    JoshG

  2. Back to top

    Re:

    Oct 28, 2009 2:05 AM by Abel Avram

    Josh,
    that's what he said in the interview with InfoQ: Interview with Leppie

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.